Merge pull request #253 from cogwheel0/fix-ui-tablet-crash

fix(ui): crash on tablets
This commit is contained in:
cogwheel
2025-12-08 23:13:27 +08:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -239,7 +239,10 @@ class ResponsiveDrawerLayoutState extends State<ResponsiveDrawerLayout>
child: ClipRect(
child: IgnorePointer(
ignoring: widget.tabletDismissible && !_isTabletDocked,
child: widget.drawer,
child: Material(
color: theme.surfaceBackground,
child: widget.drawer,
),
),
),
),

View File

@@ -50,7 +50,7 @@ dependencies:
flutter_tts: ^4.2.3
audioplayers: ^6.5.1
image_picker: ^1.2.0
file_picker: ^10.3.3
file_picker: ^10.3.7
path_provider: ^2.1.4
# Utilities