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

Commit 63658133 authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Automerger Merge Worker
Browse files

Merge "Fix fallbackIMM#showSoftInput call" into udc-qpr-dev am: efcfc2fe

parents 3bafd517 efcfc2fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2165,7 +2165,7 @@ public final class InputMethodManager {
        // Re-dispatch if there is a context mismatch.
        final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view);
        if (fallbackImm != null) {
            return fallbackImm.showSoftInput(view, flags, resultReceiver);
            return fallbackImm.showSoftInput(view, statsToken, flags, resultReceiver, reason);
        }

        checkFocus();