Cancel animation when hiding Keyguard
So we don't end up in a wrong state. Bug: 23692022 Change-Id: If40eb66499c95b82d86873dbbd6ccc64468373b2
This commit is contained in:
@@ -3535,6 +3535,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
|
|||||||
mHandler.removeMessages(MSG_LAUNCH_TRANSITION_TIMEOUT);
|
mHandler.removeMessages(MSG_LAUNCH_TRANSITION_TIMEOUT);
|
||||||
releaseGestureWakeLock();
|
releaseGestureWakeLock();
|
||||||
mNotificationPanel.onAffordanceLaunchEnded();
|
mNotificationPanel.onAffordanceLaunchEnded();
|
||||||
|
mNotificationPanel.animate().cancel();
|
||||||
mNotificationPanel.setAlpha(1f);
|
mNotificationPanel.setAlpha(1f);
|
||||||
return staying;
|
return staying;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user