Skip to content
Snippets Groups Projects
Commit 7d3dff1b authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

MediaUtils: Fix potential NPE

(cherry picked from commit d9858b11)
parent 8ef207b2
No related branches found
No related tags found
No related merge requests found
Pipeline #7657 passed with stage
in 3 minutes and 36 seconds
......@@ -290,6 +290,8 @@ object MediaUtils : CoroutineScope {
data
} catch (e: IllegalArgumentException) {
data
} catch (e: NullPointerException) {
data
}
private fun getMediaString(ctx: Context?, id: Int): String {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment