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

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

Merge "Unbind current IME immediately after switching" into main

parents 9ed5d65d c72eee7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3037,6 +3037,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                intent.putExtra("input_method_id", id);
                mContext.sendBroadcastAsUser(intent, UserHandle.CURRENT);
            }
            bindingController.unbindCurrentMethod();
            unbindCurrentClientLocked(UnbindReason.SWITCH_IME, userId);
        } finally {
            Binder.restoreCallingIdentity(ident);