Merge "Media - Fix sysui crash on media image load"
This commit is contained in:
@@ -562,7 +562,10 @@ class MediaDataManager(
|
||||
decoder, info, source -> decoder.isMutableRequired = true
|
||||
}
|
||||
} catch (e: IOException) {
|
||||
e.printStackTrace()
|
||||
Log.e(TAG, "Unable to load bitmap", e)
|
||||
null
|
||||
} catch (e: RuntimeException) {
|
||||
Log.e(TAG, "Unable to load bitmap", e)
|
||||
null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user