You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: