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

Commit 82c590f4 authored by Anvesh Renikindi's avatar Anvesh Renikindi
Browse files

Lifecycle

Bug:288482394
Change-Id: I4116b099d3d8e49cf6537c9e5ed2f40bd05deebb
Test: Treehugger
parent acac3be1
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
                        }
                    )