1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +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())
{
var blockLinks = links;
var blockLinks = links.Distinct().OrderBy(l => l.Value).ToList();
view.GestureRecognizers.Add(new TapGestureRecognizer
{
Command = new Command(async () =>