Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1774,8 +1774,9 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump // the small clock here // With migrateClocksToBlueprint, weather clock will have behaviors similar to other clocks if (!MigrateClocksToBlueprint.isEnabled()) { boolean bypassEnabled = mKeyguardBypassController.getBypassEnabled(); if (mKeyguardStatusViewController.isLargeClockBlockingNotificationShelf() && hasVisibleNotifications() && isOnAod()) { && hasVisibleNotifications() && (isOnAod() || bypassEnabled)) { return SMALL; } } Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1774,8 +1774,9 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump // the small clock here // With migrateClocksToBlueprint, weather clock will have behaviors similar to other clocks if (!MigrateClocksToBlueprint.isEnabled()) { boolean bypassEnabled = mKeyguardBypassController.getBypassEnabled(); if (mKeyguardStatusViewController.isLargeClockBlockingNotificationShelf() && hasVisibleNotifications() && isOnAod()) { && hasVisibleNotifications() && (isOnAod() || bypassEnabled)) { return SMALL; } } Loading