remove comment

This commit is contained in:
2024-08-24 05:10:10 +02:00
parent 2d8226f5f2
commit 2039948731

View File

@@ -138,7 +138,6 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
],
),
onTap: () {
//Navigator.of(context).pushNamed('/home');
Navigator.popAndPushNamed(context, '/home');
},
),