Skip to content

Commit

Permalink
fix: remove home tab animation transition (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinenerio authored Nov 27, 2023
1 parent ed1b216 commit 39eaa77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class HomeScreen extends StatelessWidget {

@override
Widget build(BuildContext context) => AutoTabsRouter(
duration: Duration.zero,
routes: _pages.map((e) => e.route).toList(),
builder: (context, child) {
final tabsRouter = AutoTabsRouter.of(context);
Expand Down

0 comments on commit 39eaa77

Please sign in to comment.