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

Commit 65381a4f authored by Josh Tsuji's avatar Josh Tsuji Committed by Android (Google) Code Review
Browse files

Merge "Flag-guard an additional call to SBVM#hide." into main

parents ec2360f5 6aa21d5f
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -2946,9 +2946,12 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
            } else {
                Log.d(TAG, "Hiding keyguard while occluded. Just hide the keyguard view and exit.");

                if (!mFeatureFlags.isEnabled(Flags.KEYGUARD_WM_STATE_REFACTOR)) {
                    mKeyguardViewControllerLazy.get().hide(
                            mSystemClock.uptimeMillis() + mHideAnimation.getStartOffset(),
                            mHideAnimation.getDuration());
                }

                onKeyguardExitFinished();
            }