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

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

Merge "Unify IMMS#onActionLocaleChanged() behaviors among users" into main

parents a32b8aec 9fe05ec1
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -679,7 +679,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                        DirectBootAwareness.AUTO);
                InputMethodSettingsRepository.put(userId, settings);

                if (mConcurrentMultiUserModeEnabled || userId == mCurrentUserId) {
                postInputMethodSettingUpdatedLocked(true /* resetDefaultEnabledIme */, userId);
                // If the locale is changed, needs to reset the default ime
                resetDefaultImeLocked(mContext, userId);
@@ -687,7 +686,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
            }
        }
    }
    }

    final class MyPackageMonitor extends PackageMonitor {
        /**