TF-1469 Use noTransition when navigate to screen
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ class TMailApp extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
unknownRoute: AppPages.unknownRoutePage,
|
unknownRoute: AppPages.unknownRoutePage,
|
||||||
defaultTransition: Transition.fade,
|
defaultTransition: Transition.noTransition,
|
||||||
initialRoute: AppRoutes.home,
|
initialRoute: AppRoutes.home,
|
||||||
getPages: AppPages.pages);
|
getPages: AppPages.pages);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user