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

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

Merge "Use existing async handler for IMMS.MyPackageMonitor" into main

parents 73e26458 fb7fe7aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1932,7 +1932,7 @@ public final class InputMethodManagerService extends IInputMethodManager.Stub
                    }
                }, "Lazily initialize IMMS#mImeDrawsImeNavBarRes");

                mMyPackageMonitor.register(mContext, mHandler.getLooper(), UserHandle.ALL, true);
                mMyPackageMonitor.register(mContext, UserHandle.ALL, mHandler);
                mSettingsObserver.registerContentObserverLocked(currentUserId);

                final IntentFilter broadcastFilterForAllUsers = new IntentFilter();