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

Commit d6aa794e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove redundant call of queryInputMethodServicesInternal (2nd try)" into main

parents 12f99930 a077feeb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1135,8 +1135,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                if (!isCurrentUser) {
                    return;
                }
                mSettings = queryInputMethodServicesInternal(mContext, userId,
                        newAdditionalSubtypeMap, DirectBootAwareness.AUTO);
                mSettings = newSettings;
                postInputMethodSettingUpdatedLocked(false /* resetDefaultEnabledIme */);

                boolean changed = false;