Changed cond

This commit is contained in:
Sambo Chea 2022-10-28 11:23:32 +07:00
parent c1bcb781f2
commit e93784128b

View File

@ -122,7 +122,7 @@ class NativeUpdater {
} }
} }
} on PlatformException catch (e) { } on PlatformException catch (e) {
if (_showErrorDialog == true) { if (_showErrorDialog != true) {
return; return;
} }