Implement proper story viewer ordering.

This commit is contained in:
Alex Hart
2022-04-01 15:03:31 -03:00
committed by Cody Henthorne
parent 157198fd17
commit 469879c211
18 changed files with 291 additions and 59 deletions

View File

@@ -318,7 +318,7 @@ class SegmentedProgressBar : View, ViewPager.OnPageChangeListener, View.OnTouchL
if (nextSegmentIndex >= segmentCount) {
this.listener?.onFinished()
} else {
restartSegment()
loadSegment(offset = 0, userAction = false)
}
return
}