.
This commit is contained in:
parent
4feb907c20
commit
33981dcec3
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue