.
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 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> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue