Add background playback setting. Fix crash bugs.

This commit is contained in:
Akinwale Ariwodola 2020-06-05 08:25:08 +01:00
parent 084407e129
commit 8bcee90d68
16 changed files with 199 additions and 138 deletions
app/src/main/java/io/lbry/browser/utils

View file

@ -552,7 +552,11 @@ public final class Helper {
split[1]
};
return getDataColumn(context, contentUri, selection, selectionArgs);
try {
return getDataColumn(context, contentUri, selection, selectionArgs);
} catch (Exception ex) {
return null;
}
}
}
// MediaStore (and general)