Loading packages/SystemUI/src/com/android/systemui/media/MediaDataManager.kt +4 −1 Original line number Diff line number Diff line Loading @@ -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 } } Loading Loading
packages/SystemUI/src/com/android/systemui/media/MediaDataManager.kt +4 −1 Original line number Diff line number Diff line Loading @@ -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 } } Loading