Merge "Merge "Fix IME visibility after lock screen" into rvc-dev am: fcaa5a8667 am: 36f7ed1238" into rvc-d1-dev-plus-aosp am: 6031d0c438
Change-Id: I69831f120f3073c21ce1d7765b1dc47a676f31de
This commit is contained in:
@@ -143,9 +143,6 @@ public final class ImeInsetsSourceConsumer extends InsetsSourceConsumer {
|
|||||||
public void setControl(@Nullable InsetsSourceControl control, int[] showTypes,
|
public void setControl(@Nullable InsetsSourceControl control, int[] showTypes,
|
||||||
int[] hideTypes) {
|
int[] hideTypes) {
|
||||||
super.setControl(control, showTypes, hideTypes);
|
super.setControl(control, showTypes, hideTypes);
|
||||||
if (control == getControl()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (control == null && !mIsRequestedVisibleAwaitingControl) {
|
if (control == null && !mIsRequestedVisibleAwaitingControl) {
|
||||||
hide();
|
hide();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user