TF-4274 Avoid clearing all caches on refresh for non‑web platforms
This commit is contained in:
@@ -506,7 +506,7 @@ abstract class BaseController extends GetxController
|
||||
if (_isFcmEnabled) {
|
||||
await _handleDeleteFCMRegistration();
|
||||
}
|
||||
clearAllData();
|
||||
await clearAllData();
|
||||
}
|
||||
|
||||
Future<void> _handleDeleteFCMRegistration() async {
|
||||
|
||||
Reference in New Issue
Block a user