Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Move to Looper/Handler for Synchronous execution#18

Merged
iambmelt merged 1 commit intomicrosoftgraph:masterfrom
peternied:looper
Jun 24, 2016
Merged

Move to Looper/Handler for Synchronous execution#18
iambmelt merged 1 commit intomicrosoftgraph:masterfrom
peternied:looper

Conversation

@peternied
Copy link
Copy Markdown
Contributor

When using the synchronous executor from a background thread, on certain
API devices, the foreground action would never be called back on.
Switching to Looper.getMainLooper() to provide access to the foreground
execution environment.

When using the synchronous executor from a background thread, on certain
API devices, the foreground action would never be called back on.
Switching to Looper.getMainLooper() to provide access to the foreground
execution environment.
@iambmelt
Copy link
Copy Markdown
Contributor

Looks great, @peternied! Thanks for submitting a fix 👍

screen shot 2016-06-24 at 11 53 22 am

@iambmelt iambmelt merged commit cde4195 into microsoftgraph:master Jun 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants