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

Commit e790c7b2 authored by Gopal Krishna Shukla's avatar Gopal Krishna Shukla Committed by android-build-merger
Browse files

Merge "Remove synchronization from getCurrentInputMethodSubtype()" am: 85539bed

am: d3e1e473

Change-Id: Iad174757bbb77ce2eef4bd39fd218b64f6e35931
parents 5f3beacd d3e1e473
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -2053,14 +2053,12 @@ public final class InputMethodManager {
     * have any input method subtype.
     */
    public InputMethodSubtype getCurrentInputMethodSubtype() {
        synchronized (mH) {
        try {
            return mService.getCurrentInputMethodSubtype();
        } catch (RemoteException e) {
            throw e.rethrowFromSystemServer();
        }
    }
    }

    /**
     * Switch to a new input method subtype of the current input method.