fix: Increase dashboard RefreshIndicator edge offset (#1859)

This commit is contained in:
DMzS
2024-06-29 08:40:04 -04:00
committed by GitHub
parent 694f2a9fae
commit 232b702789
2 changed files with 5 additions and 3 deletions

View File

@ -500,8 +500,8 @@ class HomeViewModel extends BaseViewModel {
}
Future<void> forceRefresh(BuildContext context) async {
_managerAPI.clearAllData();
await _managerAPI.clearAllData();
await initialize(context);
_toast.showBottom(t.homeView.refreshSuccess);
initialize(context);
}
}