1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-11-01 16:05:42 +00:00

Distinct des liens

This commit is contained in:
Yan Maniez 2018-07-18 13:34:41 +02:00
parent 43d536c213
commit 60bfeb9214

View file

@ -89,7 +89,7 @@
{ {
if (links.Any()) if (links.Any())
{ {
var blockLinks = links; var blockLinks = links.Distinct().OrderBy(l => l.Value).ToList();
view.GestureRecognizers.Add(new TapGestureRecognizer view.GestureRecognizers.Add(new TapGestureRecognizer
{ {
Command = new Command(async () => Command = new Command(async () =>