From b91512ef6a3ddbfd5fde0ee3e3908859564c3fd7 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 9 Mar 2017 22:25:43 +0100 Subject: [PATCH] . --- .../ZicMoove/ViewModels/UserProfile/UserProfileViewModel.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;