diff --git a/lib/src/native_updater.dart b/lib/src/native_updater.dart index 72f0371..017ef8c 100644 --- a/lib/src/native_updater.dart +++ b/lib/src/native_updater.dart @@ -122,7 +122,7 @@ class NativeUpdater { } } } on PlatformException catch (e) { - if (_showErrorDialog == true) { + if (_showErrorDialog != true) { return; }