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

Commit 626209a8 authored by Alexander Hendrich's avatar Alexander Hendrich Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Fix LOCK_ON_USER_SWITCH_CALLBACK not being called" into main

parents aadbf51a e86c0a80
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -669,7 +669,8 @@ public class KeyguardService extends Service {

            if (SceneContainerFlag.isEnabled()) {
                mDeviceEntryInteractorLazy.get().lockNow("doKeyguardTimeout");
            } else if (KeyguardWmStateRefactor.isEnabled()) {
            }
            if (KeyguardWmStateRefactor.isEnabled()) {
                mKeyguardServiceShowLockscreenInteractor
                        .onKeyguardServiceDoKeyguardTimeout(options);
            }