Commit 2b37a368 authored by Renato Silva's avatar Renato Silva Committed by Commit Bot

CrOS - Fix login screen pin pad issue

Fix an issue on the login screen that caused the pin pad
on the login/lock screen to vanish when hiding the virtual
keyboard that is used in tablet mode.

Fixed: 1129183
Change-Id: I2facd941f0201c0c7d5924528f352a07f3638305
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437377Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Renato Silva <rrsilva@google.com>
Cr-Commit-Position: refs/heads/master@{#811776}
parent 95031057
...@@ -1467,7 +1467,7 @@ void LockContentsView::OnKeyboardVisibilityChanged(bool is_visible) { ...@@ -1467,7 +1467,7 @@ void LockContentsView::OnKeyboardVisibilityChanged(bool is_visible) {
return; return;
keyboard_shown_ = is_visible; keyboard_shown_ = is_visible;
LayoutAuth(CurrentBigUserView(), nullptr /*opt_to_hide*/, false /*animate*/); LayoutAuth(CurrentBigUserView(), nullptr /*opt_to_hide*/, true /*animate*/);
} }
void LockContentsView::SuspendImminent( void LockContentsView::SuspendImminent(
......
Markdown is supported
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