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