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:
parent
43d536c213
commit
60bfeb9214
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue