Add background playback setting. Fix crash bugs.
This commit is contained in:
parent
084407e129
commit
8bcee90d68
16 changed files with 199 additions and 138 deletions
app/src/main/java/io/lbry/browser/utils
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue