Skip to content

Commit

Permalink
Fix 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
shota-saito committed Jul 21, 2017
1 parent 0621fcf commit 7523944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected void onCreate(Bundle savedInstanceState) {

storiesProgressView = (StoriesProgressView) findViewById(R.id.stories);
storiesProgressView.setStoriesCount(PROGRESS_COUNT);
storiesProgressView.setStoryDuration(2000L);
storiesProgressView.setStoryDuration(1200L);
// or
// storiesProgressView.setStoriesCountWithDurations(durations);
storiesProgressView.setStoriesListener(this);
Expand Down

0 comments on commit 7523944

Please sign in to comment.