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

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

Remove synchronization from getCurrentInputMethodSubtype()

am: d33c0755

Change-Id: I83b3e185e66c383c714c66850d8fee34e13cd74a
parents 40942530 d33c0755
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.