Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ff3623a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Change-Id: Ib8e11565212478d69818dd3fed8b09083c3295e8
parents 34f6f1ac fcaa5a86
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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();
        }