tamirherman
Results
2
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(); } });
In "setColorsToAllHashTags" function, add "if(nextNotLetterDigitCharIndex - startIndexOfNextHashSign >= MIN_CHARS_FOR_HASHTAG)" before "setColorForHashTagToTheEnd", where MIN_CHARS_FOR_HASHTAG is 3.