This commit is contained in:
2024-09-20 14:05:39 +02:00
parent 43a9524c1f
commit 46c6ef251b

View File

@@ -439,9 +439,7 @@ class _HomeTileGridState extends State<HomeTileGrid> {
final Size size = MediaQuery.sizeOf(context); final Size size = MediaQuery.sizeOf(context);
final double width = size.width; final double width = size.width;
//final double height = size.height; //final double height = size.height;
return PopScope( return Scaffold(
canPop: false,
child: Scaffold(
drawerEnableOpenDragGesture: true, drawerEnableOpenDragGesture: true,
drawer: MIHAppDrawer( drawer: MIHAppDrawer(
signedInUser: widget.signedInUser, signedInUser: widget.signedInUser,
@@ -619,7 +617,6 @@ class _HomeTileGridState extends State<HomeTileGrid> {
), ),
), ),
), ),
),
); );
} }
} }