Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt +2 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,8 @@ class UnlockedScreenOffAnimationController @Inject constructor( // We currently draw both the light reveal scrim, and the AOD UI, in the shade. If it's // already expanded and showing notifications/QS, the animation looks really messy. For now, // disable it if the notification panel is expanded. if (statusBar.notificationPanelViewController.isFullyExpanded) { if (!this::statusBar.isInitialized || statusBar.notificationPanelViewController.isFullyExpanded) { return false } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt +2 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,8 @@ class UnlockedScreenOffAnimationController @Inject constructor( // We currently draw both the light reveal scrim, and the AOD UI, in the shade. If it's // already expanded and showing notifications/QS, the animation looks really messy. For now, // disable it if the notification panel is expanded. if (statusBar.notificationPanelViewController.isFullyExpanded) { if (!this::statusBar.isInitialized || statusBar.notificationPanelViewController.isFullyExpanded) { return false } Loading