Commit 2344505b authored by justin's avatar justin Committed by GitHub

Merge pull request #476 from Vadaski/master

fixed cupertino page transition issue
parents 4cbc0d60 5691592f
......@@ -39,7 +39,7 @@ class BoostPageRoute<T> extends MaterialPageRoute<T> {
@override
Widget buildTransitions(BuildContext context, Animation<double> animation,
Animation<double> secondaryAnimation, Widget child) {
return child;
return super.buildTransitions(context, animation, secondaryAnimation, child);
}
BoostPageRoute(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment