Merge "Fix IME visibility after lock screen" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-04 20:00:53 +00:00
committed by Android (Google) Code Review

View File

@@ -143,9 +143,6 @@ public final class ImeInsetsSourceConsumer extends InsetsSourceConsumer {
public void setControl(@Nullable InsetsSourceControl control, int[] showTypes,
int[] hideTypes) {
super.setControl(control, showTypes, hideTypes);
if (control == getControl()) {
return;
}
if (control == null && !mIsRequestedVisibleAwaitingControl) {
hide();
}