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

Commit f51e956f authored by Nikolas Havrikov's avatar Nikolas Havrikov Committed by Android (Google) Code Review
Browse files

Merge "Call existing method on the binding controller"

parents 728bb876 e7460863
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ final class InputMethodBindingController {
            if (DEBUG) {
                Slog.d(TAG, "Cannot show input: no IME bound. Rebinding.");
            }
            bindCurrentMethodLocked();
            bindCurrentMethod();
            return;
        }

+1 −1
Original line number Diff line number Diff line
@@ -2411,7 +2411,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
            if (DEBUG) {
                Slog.d(TAG, "Avoiding IME startup and unbinding current input method.");
            }
            mBindingController.unbindCurrentMethodLocked();
            mBindingController.unbindCurrentMethod();
            return InputBindResult.NO_EDITOR;
        }