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

Commit 1ccb68a9 authored by Tony Wickham's avatar Tony Wickham
Browse files

RESTRICT AUTOMERGE Hide keyboard when launcher is resumed for misbehaving apps

Test: Open keyboard in Discord, swipe home; repeat 20 times and ensure
keyboard never shows on home
Fixes: 207613784

Change-Id: Ie9a84729bf1d0c22783e986bbe93ff222502718c
parent 8f82208a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -989,6 +989,9 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche

        DiscoveryBounce.showForHomeIfNeeded(this);
        mAppWidgetHost.setActivityResumed(true);

        // Temporary workaround for apps using SHOW_FORCED IME flag.
        hideKeyboard();
    }

    private void logStopAndResume(boolean isResume) {