Skip to content

Commit

Permalink
Remove Flutter bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgilder committed Apr 17, 2022
1 parent 952f0bb commit 1448b62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/src/pages/transition_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ class _NoPageTransition extends PageTransition {
const _NoPageTransition();

@override
final Duration duration =
// Workaround for https://github.com/flutter/flutter/issues/86604
const Duration(microseconds: 1);
final Duration duration = Duration.zero;

@override
final PageTransitionsBuilder transitionsBuilder =
Expand Down

0 comments on commit 1448b62

Please sign in to comment.