TF-1361 Fix open notification while no network connection
This commit is contained in:
@@ -72,6 +72,11 @@ abstract class BaseController extends GetxController
|
||||
}
|
||||
|
||||
void onError(dynamic error) {
|
||||
if (error is NoNetworkError) {
|
||||
logError('BaseController::onError(): $error');
|
||||
return;
|
||||
}
|
||||
|
||||
final _appToast = Get.find<AppToast>();
|
||||
final _imagePaths = Get.find<ImagePaths>();
|
||||
final _responsiveUtils = Get.find<ResponsiveUtils>();
|
||||
|
||||
Reference in New Issue
Block a user