RahulJanagouda / StatusStories

Status Stories = Snapchat stories, Instagram stories, Whatsapp Statuses, Facebook Messenger Stories.
Apache License 2.0
338 stars 88 forks source link

storyStatusView.pause(); Not working #7

Closed knowamit closed 4 years ago

knowamit commented 6 years ago

storyStatusView.pause(); Not working on the Status Stories while Downloading the Image, Slide still got skipped while download is not complete

Sgezsat commented 6 years ago

I have had the same problem.

knowamit commented 6 years ago

Try to Use Inside handler and post-execute storyStatusView.pause();


public void pauseView() {
        new Handler().post(new Runnable() {
            @Override
            public void run() {
                storyStatusView.pause();
            }
        });
    }
truptigoqii commented 4 years ago

@knowamit thanks its working for me.