Loading packages/SystemUI/src/com/android/systemui/scene/ui/view/SceneWindowRootView.kt +2 −3 Original line number Diff line number Diff line Loading @@ -52,9 +52,8 @@ class SceneWindowRootView( setOnBackInvokedDispatcher(viewRootImpl.onBackInvokedDispatcher) } override fun getLifecycle(): Lifecycle { return this@repeatWhenAttached.lifecycle } override val lifecycle: Lifecycle = this@repeatWhenAttached.lifecycle } ) Loading Loading
packages/SystemUI/src/com/android/systemui/scene/ui/view/SceneWindowRootView.kt +2 −3 Original line number Diff line number Diff line Loading @@ -52,9 +52,8 @@ class SceneWindowRootView( setOnBackInvokedDispatcher(viewRootImpl.onBackInvokedDispatcher) } override fun getLifecycle(): Lifecycle { return this@repeatWhenAttached.lifecycle } override val lifecycle: Lifecycle = this@repeatWhenAttached.lifecycle } ) Loading