Skip to content

Handle android worker classes #1493

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

Merged
merged 1 commit into from
Oct 4, 2019
Merged

Conversation

vmutafov
Copy link
Contributor

@vmutafov vmutafov commented Oct 3, 2019

Related to: #1488

Currently, extending an Android Worker class fails as when it is started it's on another thread. This commit changes the behavior of extended Android Worker classes to execute them on the main thread.
This is probably not the best solution but due to the current threading situation in the runtime, it's the most viable fix.

@cla-bot cla-bot bot added the cla: yes label Oct 3, 2019
@vmutafov
Copy link
Contributor Author

vmutafov commented Oct 3, 2019

test

@vmutafov vmutafov merged commit 5d35c7a into master Oct 4, 2019
@vmutafov vmutafov deleted the vmutafov/add-android-worker-support branch October 4, 2019 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants