TF-1899 Clear view state when no network

(cherry picked from commit e45c252f690aacc7baf9fda7c381ef43493a2de0)
This commit is contained in:
dab246
2023-06-07 11:47:55 +07:00
committed by Dat Vu
parent 6fbdcb1204
commit ef49db7b91
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -152,7 +152,6 @@ abstract class BaseController extends GetxController
void handleExceptionAction(Exception exception) {
log('BaseController::handleExceptionAction():exception: $exception');
clearState();
}
void handleFailureViewState(Failure failure) {