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

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

Merge "Remove redundant call of queryInputMethodServicesInternal" into main

parents 21af7576 e5475c78
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1133,8 +1133,7 @@ public final class InputMethodManagerService extends IInputMethodManager.Stub
                if (!isCurrentUser) {
                    return;
                }
                mSettings = queryInputMethodServicesInternal(mContext, userId,
                        newAdditionalSubtypeMap, DirectBootAwareness.AUTO);
                mSettings = newSettings;
                postInputMethodSettingUpdatedLocked(false /* resetDefaultEnabledIme */);

                boolean changed = false;