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
The pause(), resume() etc methods are not working most of the times. ......... xxxx.pause() .........
Doesn't work at all!
However, if I run them after a delay, around 200-500ms like: Handler().postDelayed({xxxx.pause()}, 500)
it works! But this delay ruins the user experience.
Also, it prevents developers from implementing complex functionalities.
How to get these methods working, without any delay (Preferably without even using a Handler)?
I love this library, and so do many many other devs.
Looking forward to a proper fix of this issue.
The text was updated successfully, but these errors were encountered:
The pause(), resume() etc methods are not working most of the times.
......... xxxx.pause() .........
Doesn't work at all!
However, if I run them after a delay, around 200-500ms like:
Handler().postDelayed({xxxx.pause()}, 500)
it works! But this delay ruins the user experience.
Also, it prevents developers from implementing complex functionalities.
How to get these methods working, without any delay (Preferably without even using a Handler)?
I love this library, and so do many many other devs.
Looking forward to a proper fix of this issue.
The text was updated successfully, but these errors were encountered: