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

Commit 2ef54a4f 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

am: e790c7b2

Change-Id: I55465d3d95a317c7fdcff99298e89408190e67e3
parents c3339a26 e790c7b2
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -2056,14 +2056,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.