Skip to content

Commit

Permalink
🐛 Fix Navigation Panel will not retract after selection
Browse files Browse the repository at this point in the history
  • Loading branch information
uiYzzi committed Mar 11, 2024
1 parent 0ee4ac6 commit 5ebad9d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.idea/
build/
dist/
symbols/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock

Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class _MyHomePageState extends State<MyHomePage>
return widget.child;
},
pane: NavigationPane(
size: const NavigationPaneSize(openMaxWidth: 200),
size: const NavigationPaneSize(openMaxWidth: 214),
selected: _calculateSelectedIndex(context),
displayMode: appTheme.displayMode,
indicator: () {
Expand Down
Binary file modified symbols/app.android-arm.symbols
Binary file not shown.
Binary file modified symbols/app.android-arm64.symbols
Binary file not shown.
Binary file modified symbols/app.android-x64.symbols
Binary file not shown.

0 comments on commit 5ebad9d

Please sign in to comment.