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

Commit 85539bed authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove synchronization from getCurrentInputMethodSubtype()"

parents 9d9cf5b3 fa1886fe
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.