|
|
@ -62,7 +62,7 @@ namespace TheGameExtreme.view
|
|
|
|
playersNames.Add(((Entry)NameList.Children[i]).Text);
|
|
|
|
playersNames.Add(((Entry)NameList.Children[i]).Text);
|
|
|
|
if (string.IsNullOrWhiteSpace(playersNames[playersNames.Count - 1]))
|
|
|
|
if (string.IsNullOrWhiteSpace(playersNames[playersNames.Count - 1]))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
await DisplayAlert("Erreur pseudo", AppResources.StrEnterPseudo, "OK");
|
|
|
|
await DisplayAlert(AppResources.WrongPseudo, AppResources.StrEnterPseudo, AppResources.StrCloseWind);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|