Skip to content
Commit 6d22064d authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Call KeyguardViewMediator#hideWithAnimation on the main thread

This CL ensures that we call KeyguardViewMediator#hideWithAnimation on
the main thread when animating an app launch.

This CL also changes how this method operates: it now relies on
 #keyguardDonePending being called beforehand. This ensures that
keyguardDone() is actually called before hiding the keyguard, which was
not the case with the previous implementation.

Bug: 184726377
Test: Click a notification on lockscreen (without security)
Change-Id: Ic391e28066282e059e57cc50c5191e50ca7df06e
parent 20da155d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment