summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS')
-rw-r--r--Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs b/Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs
index e52f6cc8..67ebef35 100644
--- a/Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs
+++ b/Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs
@@ -977,8 +977,7 @@ namespace Xamarin.Forms.Platform.iOS
SetCellBackgroundColor(cell, UIColor.Clear);
- if (!cell.Selected)
- _selectionFromNative = true;
+ _selectionFromNative = true;
tableView.EndEditing(true);
List.NotifyRowTapped(indexPath.Section, indexPath.Row, formsCell);