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,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user