remove scafold call
This commit is contained in:
parent
613a788dcc
commit
f18cdc192b
1 changed files with 1 additions and 1 deletions
|
|
@ -782,7 +782,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||
"You have unread notifications waiting for you.",
|
||||
() {
|
||||
Navigator.of(context).pop();
|
||||
Scaffold.of(context).openEndDrawer();
|
||||
//Scaffold.of(context).openEndDrawer();
|
||||
},
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue