remove scafold call

This commit is contained in:
2024-10-14 16:08:42 +02:00
parent 613a788dcc
commit f18cdc192b

View File

@@ -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();
},
),
);