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

Commit 67c73c52 authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

Merge "Fill in a stub parameter to startKeyguardExit" into main

parents 13feaab0 d680fbdb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ import static com.android.server.wm.KeyguardControllerProto.KEYGUARD_SHOWING;
import android.annotation.Nullable;
import android.os.IBinder;
import android.os.RemoteException;
import android.os.SystemClock;
import android.os.Trace;
import android.util.Slog;
import android.util.SparseArray;
@@ -619,7 +620,8 @@ class KeyguardController {
            }
            state.mKeyguardGoingAway = false;
            state.writeEventLog("goingAwayTimeout");
            mWindowManager.mPolicy.startKeyguardExitAnimation(0);
            mWindowManager.mPolicy.startKeyguardExitAnimation(
                    SystemClock.uptimeMillis() - GOING_AWAY_TIMEOUT_MS);
        }
    };