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

Commit efcfc2fe authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Android (Google) Code Review
Browse files

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

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


        checkFocus();
        checkFocus();