si no
This commit is contained in:
@@ -126,7 +126,7 @@ class _UserMapScreenState extends State<UserMapScreen> {
|
||||
|
||||
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<UserMapScreen> {
|
||||
}
|
||||
}
|
||||
if (Platform.isIOS) {
|
||||
if (appVersion == settings.versionIos) {
|
||||
if (appVersion != settings.versionIos) {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) {
|
||||
|
||||
Reference in New Issue
Block a user