Loading core/java/android/view/ImeInsetsSourceConsumer.java +0 −3 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
core/java/android/view/ImeInsetsSourceConsumer.java +0 −3 Original line number Diff line number Diff line Loading @@ -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(); } Loading