Merge "Password bouncer landscape fix" into sc-dev am: 1d3166e69d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15429525

Change-Id: Iebba984b76b2daa9b6b7c9a6444e94168e1e68dd
This commit is contained in:
Matt Pietal
2021-08-02 13:06:50 +00:00
committed by Automerger Merge Worker

View File

@@ -209,6 +209,11 @@ public class KeyguardPasswordView extends KeyguardAbsKeyInputView {
@Override
public void onCancelled(
@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;