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

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

Merge "Remove synchronization from getCurrentInputMethodSubtype()" am:...

Merge "Remove synchronization from getCurrentInputMethodSubtype()" am: 85539bed am: d3e1e473 am: e790c7b2
am: 2ef54a4f

Change-Id: I627dc54315c3dd5a958a89141dc999b40c921af6
parents 28df02d7 2ef54a4f
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -2065,14 +2065,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.