Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewConfigurator.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -126,11 +126,11 @@ constructor( } } override fun start() { override fun start() { bindKeyguardRootView() if (featureFlags.isEnabled(Flags.LAZY_INFLATE_KEYGUARD)) { if (featureFlags.isEnabled(Flags.LAZY_INFLATE_KEYGUARD)) { keyguardRootView.removeAllViews() keyguardRootView.removeAllViews() initializeViews() initializeViews() } else { } else { bindKeyguardRootView() val notificationPanel = val notificationPanel = notificationShadeWindowView.requireViewById(R.id.notification_panel) as ViewGroup notificationShadeWindowView.requireViewById(R.id.notification_panel) as ViewGroup unbindKeyguardBottomArea(notificationPanel) unbindKeyguardBottomArea(notificationPanel) Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewConfigurator.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -126,11 +126,11 @@ constructor( } } override fun start() { override fun start() { bindKeyguardRootView() if (featureFlags.isEnabled(Flags.LAZY_INFLATE_KEYGUARD)) { if (featureFlags.isEnabled(Flags.LAZY_INFLATE_KEYGUARD)) { keyguardRootView.removeAllViews() keyguardRootView.removeAllViews() initializeViews() initializeViews() } else { } else { bindKeyguardRootView() val notificationPanel = val notificationPanel = notificationShadeWindowView.requireViewById(R.id.notification_panel) as ViewGroup notificationShadeWindowView.requireViewById(R.id.notification_panel) as ViewGroup unbindKeyguardBottomArea(notificationPanel) unbindKeyguardBottomArea(notificationPanel) Loading