summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorBeth Thibodeau <ethibodeau@google.com>2022-07-19 21:29:29 -0500
committerBeth Thibodeau <ethibodeau@google.com>2022-07-19 22:07:53 -0500
commitef53f601f2b46dfaaef27d7fecb1712178e5c6ea (patch)
treed75e549f43b6e40f70b2b31995431225cb2109be /core/java/android/inputmethodservice/InputMethodService.java
parentee42be33d3027e6378af1ab43c44697594bc7e7e (diff)
Fix crash when loading album art by resource
When the album art is loaded from the notification largeIcon it may be a resource rather than a bitmap, so it has to be loaded as a drawable. Bitmaps are still loaded using `WallpaperColors.fromBitmap` to avoid the extra steps needed by the `fromDrawable` method. Fixes: 239368697 Test: manual Test: atest MediaControlPanelTest Change-Id: I0ba9a4b0f4d308cc360a785b68cbabdcb2480690
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions