Skip to content
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

Enable Disable SeekArc from different threads doesn't work #65

Open
raptus93 opened this issue Nov 9, 2017 · 0 comments
Open

Enable Disable SeekArc from different threads doesn't work #65

raptus93 opened this issue Nov 9, 2017 · 0 comments

Comments

@raptus93
Copy link

raptus93 commented Nov 9, 2017

Hello guys!

I'm really not sure if this is a real issue, but is it possible, that the seekArc faces issues, when I call setEnabled(true) from one Thread and then setEnabled(false) from another? I try to disable the seekArc initially and the enable it on a button press, but it seems like this call is just ignored. Even if it tried to runOnUiThread(new Runnable() {...});

Does anyone have an idea about this? I appreciate any help!
Robert Nickel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant