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

Commit 86dad492 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix malformed trace section" into main

parents 3f0f5351 5fb01f1f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -2722,13 +2722,13 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
        if (mGoingToSleep) {
            mUpdateMonitor.clearFingerprintRecognizedWhenKeyguardDone(currentUser);
            Log.i(TAG, "Device is going to sleep, aborting keyguardDone");
            return;
        }
        } else {
            setPendingLock(false); // user may have authenticated during the screen off animation

            handleHide();
            mKeyguardInteractor.keyguardDoneAnimationsFinished();
            mUpdateMonitor.clearFingerprintRecognizedWhenKeyguardDone(currentUser);
        }
        Trace.endSection();
    }