Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationShelf.java +5 −0 Original line number Diff line number Diff line Loading @@ -1067,6 +1067,11 @@ public class NotificationShelf extends ActivatableNotificationView { return false; } @Override protected boolean usesTransparentBackground() { return super.usesTransparentBackground() && !mAmbientState.isOnKeyguard(); } public void setCanModifyColorOfNotifications(boolean canModifyColorOfNotifications) { mCanModifyColorOfNotifications = canModifyColorOfNotifications; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationShelf.java +5 −0 Original line number Diff line number Diff line Loading @@ -1067,6 +1067,11 @@ public class NotificationShelf extends ActivatableNotificationView { return false; } @Override protected boolean usesTransparentBackground() { return super.usesTransparentBackground() && !mAmbientState.isOnKeyguard(); } public void setCanModifyColorOfNotifications(boolean canModifyColorOfNotifications) { mCanModifyColorOfNotifications = canModifyColorOfNotifications; } Loading