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

Change-Id: I8bc9024df8b5346263bb13576b46c0b0c70b890d
This commit is contained in:
TreeHugger Robot
2020-05-04 20:15:51 +00:00
committed by Automerger Merge Worker

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();
}