Merge "Lifecycle" into udc-qpr-dev

This commit is contained in:
Anvesh Renikindi
2023-06-27 17:04:42 +00:00
committed by Android (Google) Code Review

View File

@@ -52,9 +52,8 @@ class SceneWindowRootView(
setOnBackInvokedDispatcher(viewRootImpl.onBackInvokedDispatcher)
}
override fun getLifecycle(): Lifecycle {
return this@repeatWhenAttached.lifecycle
}
override val lifecycle: Lifecycle =
this@repeatWhenAttached.lifecycle
}
)