Samir

Results 3 comments of Samir

> 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...

> Hey @maximus9600 If this still an issue, call the pause/resume method as follows: > > ` Handler().post { storiesProgressView.pause() }` > > And > > `Handler().post { storiesProgressView.resume() }...

One can use view.post() to Update UI instead of handler