Skip to content

Commit

Permalink
add 2 sec skip
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-gaurav committed Jun 9, 2019
1 parent 854a8d6 commit b12f667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class MyHomePageState extends State<MyHomePage>
positionNotifier.addListener(() {
if (totalLength.value > 0 &&
positionNotifier.value > 0 &&
positionNotifier.value >= totalLength.value) {
totalLength.value-positionNotifier.value<=2) {
next();
}
});
Expand Down

0 comments on commit b12f667

Please sign in to comment.