Merge "Lifecycle" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
553fec6f0a
@@ -52,9 +52,8 @@ class SceneWindowRootView(
|
||||
setOnBackInvokedDispatcher(viewRootImpl.onBackInvokedDispatcher)
|
||||
}
|
||||
|
||||
override fun getLifecycle(): Lifecycle {
|
||||
return this@repeatWhenAttached.lifecycle
|
||||
}
|
||||
override val lifecycle: Lifecycle =
|
||||
this@repeatWhenAttached.lifecycle
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user