tamirherman

Results 1 comments of tamirherman

Try to run it in main thread, something like this: new Handler().post(new Runnable() { @Override public void run() { if(storiesProgressView != null) storiesProgressView.pause(); } });