Merge "Execute the switching to a different IME in a POOL_EXECUTOR."

main
Luca Zanolin 2011-08-10 04:17:53 -07:00 committed by Android (Google) Code Review
commit c359d75ca7
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ public class SubtypeSwitcher {
// when the API level is 10 or previous.
mService.notifyOnCurrentInputMethodSubtypeChanged(subtype);
}
}.execute();
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
}
public Drawable getShortcutIcon() {