Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 553fec6f authored by Anvesh Renikindi's avatar Anvesh Renikindi Committed by Android (Google) Code Review
Browse files

Merge "Lifecycle" into udc-qpr-dev

parents e7e7d9d3 82c590f4
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -52,9 +52,8 @@ class SceneWindowRootView(
                                    setOnBackInvokedDispatcher(viewRootImpl.onBackInvokedDispatcher)
                                }

                            override fun getLifecycle(): Lifecycle {
                                return this@repeatWhenAttached.lifecycle
                            }
                            override val lifecycle: Lifecycle =
                                this@repeatWhenAttached.lifecycle
                        }
                    )