Skip to content

Commit

Permalink
[Presentation] Wrong index was being selected by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 6, 2022
1 parent 3e80698 commit 907fcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/desktop_tablet_scaffold.dart
Expand Up @@ -30,7 +30,7 @@ class DesktopTabletScaffold extends StatelessWidget {
body: SafeArea(
child: Row(
children: [
_NavigationRail(defaultIndex: defaultIndex, extended: extended, tabController: tabController),
_NavigationRail(defaultIndex: defaultIndex + 1, extended: extended, tabController: tabController),
const VerticalDivider(thickness: 1, width: 1),
// This is the main content.
Expanded(
Expand Down

0 comments on commit 907fcdc

Please sign in to comment.