This commit is contained in:
2017-03-09 22:25:43 +01:00
parent 102d2114ae
commit b91512ef6a

View File

@ -48,8 +48,8 @@ namespace ZicMoove.ViewModels.UserProfile
}
set
{
MainSettings.AllowGPSUsage = value;
SetProperty<bool>(ref allowUseMyPosition, value);
MainSettings.AllowGPSUsage = value;
}
}
@ -62,8 +62,8 @@ namespace ZicMoove.ViewModels.UserProfile
}
set
{
MainSettings.AllowProBookingOnly = value;
SetProperty<bool>(ref allowUseMyPosition, value);
MainSettings.AllowProBookingOnly = value;
}
}
bool receivePushNotifications = MainSettings.PushNotifications;
@ -75,8 +75,8 @@ namespace ZicMoove.ViewModels.UserProfile
}
set
{
MainSettings.PushNotifications = value;
SetProperty<bool>(ref receivePushNotifications, value);
MainSettings.PushNotifications = value;
}
}
private long queryCount;