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 Email = Model.Email;
@ -8,8 +7,8 @@ public partial class ForgetPassword : ContentPage
{
public Manager Mgr => (App.Current as App).Manager;
private string code;
private DateTime _startTime;
private CancellationTokenSource _cancellationTokenSource;
//private DateTime _startTime;
//private CancellationTokenSource _cancellationTokenSource;
public ForgetPassword()
{

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