fixed build errors and account switching token issue

This commit is contained in:
Marton Kiss
2025-01-30 11:08:27 +01:00
parent 300b951014
commit 24f8804f60
3 changed files with 5 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ class SettingsScreenState extends State<SettingsScreen>
// check if refresh token is still valid
String? err = await refresh();
if (err != null) {
if (err != null && err != "success") {
showDialog(
context: context,
builder: (_) => AlertDialog(