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

Commit 5cf82623 authored by Michael Mikhail's avatar Michael Mikhail Committed by Android (Google) Code Review
Browse files

Merge "Fix unflagged new architecture code." into main

parents b6b0c62c a9f65dc1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -360,8 +360,10 @@ constructor(
        )
        keyguardUpdateMonitor.registerCallback(keyguardUpdateMonitorCallback)
        mediaCarousel.repeatWhenAttached {
            if (mediaFlags.isMediaControlsRefactorEnabled()) {
                mediaCarouselViewModel.onAttached()
                mediaCarouselScrollHandler.scrollToStart()
            }
            repeatOnLifecycle(Lifecycle.State.STARTED) {
                listenForAnyStateToGoneKeyguardTransition(this)
                listenForAnyStateToLockscreenTransition(this)