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

Commit 5a7725ec authored by Anvesh Renikindi's avatar Anvesh Renikindi Committed by Automerger Merge Worker
Browse files

Merge "Lifecycle" into udc-qpr-dev am: 553fec6f

parents 0dfb6893 553fec6f
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
                        }
                    )