Merge "Fix IME visibility after lock screen" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fcaa5a8667
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user