usability fixes

This commit is contained in:
2026-06-25 01:45:23 +02:00
parent 78f64c0af6
commit 3023bc313c
5 changed files with 11 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ class _MoreScreenState extends State<MoreScreen> {
Navigator.of(dialogContext).pop();
_prefs.clear();
authState.refresh();
context.go("/");
},
),
],
@@ -145,4 +146,4 @@ class _NavOptionTile extends StatelessWidget {
onTap: onTap,
);
}
}
}