PatchBugetWarns
continuous-integration/drone/push Build is passing Details

modifStub
Hugo LIVET 2 years ago
parent b0fed8ff57
commit 671aecfcab

@ -1,4 +1,3 @@
using Android.Renderscripts;
using Model; using Model;
using Email = Model.Email; using Email = Model.Email;
@ -8,8 +7,8 @@ public partial class ForgetPassword : ContentPage
{ {
public Manager Mgr => (App.Current as App).Manager; public Manager Mgr => (App.Current as App).Manager;
private string code; private string code;
private DateTime _startTime; //private DateTime _startTime;
private CancellationTokenSource _cancellationTokenSource; //private CancellationTokenSource _cancellationTokenSource;
public ForgetPassword() public ForgetPassword()
{ {

@ -47,7 +47,12 @@ namespace IHM
{ {
await DisplayAlert(s, s1, s2); await DisplayAlert(s, s1, s2);
} }
protected override bool OnBackButtonPressed()
{
return true;
}
public ICommand TapCommand => new Command<string>(async (page) => await Shell.Current.GoToAsync(page)); public ICommand TapCommand => new Command<string>(async (page) => await Shell.Current.GoToAsync(page));
} }
} }
Loading…
Cancel
Save