TF-4274 Avoid clearing all caches on refresh for non‑web platforms

This commit is contained in:
dab246
2026-01-28 16:42:53 +07:00
committed by Dat H. Pham
parent 4d77018027
commit 18d9a47431
6 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ abstract class BaseController extends GetxController
if (_isFcmEnabled) {
await _handleDeleteFCMRegistration();
}
clearAllData();
await clearAllData();
}
Future<void> _handleDeleteFCMRegistration() async {