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

Commit 9603bc39 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Remove synchronization from getCurrentInputMethodSubtype()" into nyc-mr1-dev

parents 2633c316 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.