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