Merge "Password bouncer landscape fix" into sc-dev

This commit is contained in:
Matt Pietal
2021-08-02 12:54:28 +00:00
committed by Android (Google) Code Review

View File

@@ -209,6 +209,11 @@ public class KeyguardPasswordView extends KeyguardAbsKeyInputView {
@Override @Override
public void onCancelled( public void onCancelled(
@Nullable WindowInsetsAnimationController controller) { @Nullable WindowInsetsAnimationController controller) {
// It is possible to be denied control of ime insets, which means onReady
// is never called. We still need to notify the runnables in order to
// complete the bouncer disappearing
runOnFinishImeAnimationRunnable();
finishRunnable.run();
} }
}); });
return true; return true;