-
Notifications
You must be signed in to change notification settings - Fork 938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimise use of default() dispatcher #3747
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
5ad4cd2
to
3768271
Compare
3768271
to
b65f3eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -157,7 +157,7 @@ class SearchAndFavoritesWidget : AppWidgetProvider() { | |||
voiceSearchWidgetConfigurator.configureVoiceSearch(context, remoteViews, true) | |||
configureFavoritesGridView(context, appWidgetId, remoteViews, widgetTheme) | |||
configureEmptyWidgetCta(context, appWidgetId, remoteViews, widgetTheme) | |||
|
|||
// TODO: can this be moved to io? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this TODO deliberately to remain?
b65f3eb
to
3966b5b
Compare
3966b5b
to
9a65ac6
Compare
Task/Issue URL: https://app.asana.com/0/488551667048375/1205529944668184/f
Description
Migrates away from using Dispatcher.Default(). That applies to any
launch
in appCoroutineScope or custom scope where no dispatcher has been defined.Steps to test this PR
Smoke tests in the app
UI changes