Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed4dcd9d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Media - Fix sysui crash on media image load" into rvc-qpr-dev am: 0ac2f4e4

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12494612

Change-Id: I96ad8addcaf23193d5044c2bc1233af646bcd27f
parents b9523042 0ac2f4e4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -486,7 +486,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
        }
    }