From e93784128b36657d37de1d2514453eb635021499 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 28 Oct 2022 11:23:32 +0700 Subject: [PATCH] Changed cond --- lib/src/native_updater.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }