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

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

Merge "Use IMMS' worker thread for IMMS.MyPackageMonitor" into main

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

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

                final IntentFilter broadcastFilterForAllUsers = new IntentFilter();