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

pause(), resume() etc not working properly #11

Open
arpanbag001 opened this issue Apr 30, 2020 · 1 comment
Open

pause(), resume() etc not working properly #11

arpanbag001 opened this issue Apr 30, 2020 · 1 comment

Comments

@arpanbag001
Copy link

arpanbag001 commented Apr 30, 2020

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.

@ahsan-idrees-brainx
Copy link

Same words from my side.

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

2 participants