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

Commit 0ac2f4e4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Media - Fix sysui crash on media image load" into rvc-qpr-dev

parents 0d6e0d8e e91551d5
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
        }
    }