Fixed bugs
continuous-integration/drone/push Build is failing Details

pull/29/head
HMatheo 2 years ago
parent ccad2c48f8
commit 65437d74fa

@ -74,8 +74,8 @@ public partial class ficheAnime : ContentPage, INotifyPropertyChanged
my_manager.sauvegarder(); my_manager.sauvegarder();
//await Navigation.PushAsync(new listPage()); await Navigation.PushAsync(new listPage());
await Shell.Current.GoToAsync("//page/secondaire/listPage"); //await Shell.Current.GoToAsync("//page/secondaire/listPage");
} }

@ -78,7 +78,7 @@ public partial class signUpPage : ContentPage
my_manager.Utilisateurs.Add(util); my_manager.Utilisateurs.Add(util);
my_manager.sauvegarder(); my_manager.sauvegarder();
my_manager.UtilisateurActuel = util; my_manager.UtilisateurActuel = util;
await Navigation.PushAsync(new homePage()); await Shell.Current.GoToAsync("//page/homePage");
return; return;
} }
} }

Loading…
Cancel
Save