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

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

Merge "Remove an obsolete TODO(b/196206770)" into main

parents bfe4bc0c 74719120
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -987,8 +987,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
        @NonNull
        private static InputMethodManagerService createServiceForProduction(
                @NonNull Context context) {
            // TODO(b/196206770): Disallow I/O on this thread. Currently it's needed for loading
            // additional subtypes in switchUserOnHandlerLocked().
            final ServiceThread thread = new ServiceThread(HANDLER_THREAD_NAME,
                    Process.THREAD_PRIORITY_FOREGROUND, false /* allowIo */);
            thread.start();