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

Commit 5958b3ae 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 am:...

Merge "Fix IME visibility after lock screen" into rvc-dev am: fcaa5a86 am: 36f7ed12 am: 2a254826

Change-Id: Idcf3ec2d8c6f9646d30afc012c0de376e1c80b77
parents a21a533b 2a254826
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();
        }