diff --git a/ZicMoove/ZicMoove/ViewModels/UserProfile/UserProfileViewModel.cs b/ZicMoove/ZicMoove/ViewModels/UserProfile/UserProfileViewModel.cs index cfb4cefe..b2a73672 100644 --- a/ZicMoove/ZicMoove/ViewModels/UserProfile/UserProfileViewModel.cs +++ b/ZicMoove/ZicMoove/ViewModels/UserProfile/UserProfileViewModel.cs @@ -48,8 +48,8 @@ namespace ZicMoove.ViewModels.UserProfile } set { - MainSettings.AllowGPSUsage = value; SetProperty(ref allowUseMyPosition, value); + MainSettings.AllowGPSUsage = value; } } @@ -62,8 +62,8 @@ namespace ZicMoove.ViewModels.UserProfile } set { - MainSettings.AllowProBookingOnly = value; SetProperty(ref allowUseMyPosition, value); + MainSettings.AllowProBookingOnly = value; } } bool receivePushNotifications = MainSettings.PushNotifications; @@ -75,8 +75,8 @@ namespace ZicMoove.ViewModels.UserProfile } set { - MainSettings.PushNotifications = value; SetProperty(ref receivePushNotifications, value); + MainSettings.PushNotifications = value; } } private long queryCount;