Fix not popping the drawer any longer

This commit is contained in:
Hank Grabowski 2023-03-15 11:59:22 -04:00
parent bdf30ccecd
commit d40acf5a67

View file

@ -19,7 +19,7 @@ class StandardAppDrawer extends StatelessWidget {
onTap: () async {
await getIt<AccountsService>().setActiveProfile(p);
if (context.mounted && context.canPop()) {
//context.pop();
context.pop();
}
},
leading: CircleAvatar(