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

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

Merge "Remove synchronization from getCurrentInputMethodSubtype()"

am: 85539bed

Change-Id: I0f564ebcb74d4c17a4d18ab2fe8660c977731590
parents b35b5f2b 85539bed
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.