.
This commit is contained in:
parent
43a9524c1f
commit
46c6ef251b
1 changed files with 162 additions and 165 deletions
|
|
@ -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> {
|
|||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue