Merge "Cancel show runnable when bouncer is hidden" into qt-r1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
859adc665b
@@ -207,14 +207,12 @@ public class KeyguardBouncer {
|
|||||||
* @see #onFullyShown()
|
* @see #onFullyShown()
|
||||||
*/
|
*/
|
||||||
private void onFullyHidden() {
|
private void onFullyHidden() {
|
||||||
if (!mShowingSoon) {
|
cancelShowRunnable();
|
||||||
cancelShowRunnable();
|
if (mRoot != null) {
|
||||||
if (mRoot != null) {
|
mRoot.setVisibility(View.INVISIBLE);
|
||||||
mRoot.setVisibility(View.INVISIBLE);
|
|
||||||
}
|
|
||||||
mFalsingManager.onBouncerHidden();
|
|
||||||
DejankUtils.postAfterTraversal(mResetRunnable);
|
|
||||||
}
|
}
|
||||||
|
mFalsingManager.onBouncerHidden();
|
||||||
|
DejankUtils.postAfterTraversal(mResetRunnable);
|
||||||
}
|
}
|
||||||
|
|
||||||
private final Runnable mShowRunnable = new Runnable() {
|
private final Runnable mShowRunnable = new Runnable() {
|
||||||
|
|||||||
Reference in New Issue
Block a user