From e1717f1be7e89ee157d0cfca6cd5c29fbd3b630d Mon Sep 17 00:00:00 2001 From: Felipe Date: Wed, 29 May 2024 17:30:09 -0500 Subject: [PATCH] si no --- lib/screens/user/user_map_screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/user/user_map_screen.dart b/lib/screens/user/user_map_screen.dart index b948ee0..3354b8e 100644 --- a/lib/screens/user/user_map_screen.dart +++ b/lib/screens/user/user_map_screen.dart @@ -126,7 +126,7 @@ class _UserMapScreenState extends State { void _checkForUpdate(SettingEntity settings) { if (Platform.isAndroid) { - if (appVersion == settings.versionAndroid) { + if (appVersion != settings.versionAndroid) { showDialog( context: context, builder: (context) { @@ -166,7 +166,7 @@ class _UserMapScreenState extends State { } } if (Platform.isIOS) { - if (appVersion == settings.versionIos) { + if (appVersion != settings.versionIos) { showDialog( context: context, builder: (context) {