.
This commit is contained in:
@@ -439,9 +439,7 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
||||
final Size size = MediaQuery.sizeOf(context);
|
||||
final double width = size.width;
|
||||
//final double height = size.height;
|
||||
return PopScope(
|
||||
canPop: false,
|
||||
child: Scaffold(
|
||||
return Scaffold(
|
||||
drawerEnableOpenDragGesture: true,
|
||||
drawer: MIHAppDrawer(
|
||||
signedInUser: widget.signedInUser,
|
||||
@@ -619,7 +617,6 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user