diff --git a/gehGassiApp/gehGassiApp/ViewModels/More/AddPaymentUserViewModel.cs b/gehGassiApp/gehGassiApp/ViewModels/More/AddPaymentUserViewModel.cs index 702329a..7ee040e 100644 --- a/gehGassiApp/gehGassiApp/ViewModels/More/AddPaymentUserViewModel.cs +++ b/gehGassiApp/gehGassiApp/ViewModels/More/AddPaymentUserViewModel.cs @@ -81,7 +81,7 @@ namespace gehGassiApp.ViewModels.More /// Hat der Benutzer die MangoPay-AGB akzeptiert? /// [ObservableProperty] - private bool _acceptedTermsMangopay; + private bool _acceptedTermsMangopay = true; #region Commands @@ -177,7 +177,7 @@ namespace gehGassiApp.ViewModels.More { SelectedNationality = null; SelectedMainResidence = null; - AcceptedTermsMangopay = false; + AcceptedTermsMangopay = true; IsBusy = true; await Task.Delay(Core.Common.Constants.AnimationDelayDetails); diff --git a/gehGassiApp/gehGassiApp/ViewModels/More/BecomeWalkerViewmodel.cs b/gehGassiApp/gehGassiApp/ViewModels/More/BecomeWalkerViewmodel.cs index 5cd4335..cb7d7fc 100644 --- a/gehGassiApp/gehGassiApp/ViewModels/More/BecomeWalkerViewmodel.cs +++ b/gehGassiApp/gehGassiApp/ViewModels/More/BecomeWalkerViewmodel.cs @@ -91,7 +91,7 @@ namespace gehGassiApp.ViewModels.More /// Hat der Benutzer die MangoPay-AGB akzeptiert? /// [ObservableProperty] - private bool _acceptedTermsMangopay; + private bool _acceptedTermsMangopay = true; #region Commands @@ -193,7 +193,7 @@ namespace gehGassiApp.ViewModels.More { SelectedNationality = null; SelectedMainResidence = null; - AcceptedTermsMangopay = false; + AcceptedTermsMangopay = true; IsBusy = true; await Task.Delay(Core.Common.Constants.AnimationDelayDetails); diff --git a/gehGassiApp/gehGassiApp/Views/Account/LoginFormView.xaml b/gehGassiApp/gehGassiApp/Views/Account/LoginFormView.xaml index 99494b8..753c6c1 100644 --- a/gehGassiApp/gehGassiApp/Views/Account/LoginFormView.xaml +++ b/gehGassiApp/gehGassiApp/Views/Account/LoginFormView.xaml @@ -35,6 +35,7 @@ @@ -48,6 +49,7 @@ - @@ -83,7 +83,7 @@ HorizontalOptions="End" IsToggled="{Binding AcceptedTermsMangopay}" VerticalOptions="Center" /> - + --> - - +