-
- Downloads
Avoid clobbering SBIV colors in NIC
NotificationIconContainer#setAnimationsEnabled can apply a stale cached icon color to its child StatusBarIconViews, causing incorrectly colored notification icons in the status bar. This specific color application is only relevent to the NotificationShelf; a check is added such that it will not be invoked for the status bar or AOD icons. Flag: ACONFIG com.android.systemui.notifications_icon_container_refactor STAGING Test: atest SystemUITests Bug: 318460865 Change-Id: I8d4e6777f45bfe2a8f14a1061d86aebb96db15b8
Showing
- packages/SystemUI/src/com/android/systemui/statusbar/StatusBarIconView.java 4 additions, 0 deletions...src/com/android/systemui/statusbar/StatusBarIconView.java
- packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationIconContainer.java 9 additions, 2 deletions...d/systemui/statusbar/phone/NotificationIconContainer.java
Loading
Please register or sign in to comment