fix(ui): crash on tablets
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user