Skip to content

Commit 2435394

Browse files
github-actions[bot]PureWeen
authored andcommitted
[create-pull-request] automated change (#30591)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> # Conflicts: # src/Compatibility/Core/src/Tizen/Forms.cs
1 parent fd248b3 commit 2435394

File tree

19 files changed

+1873
-1873
lines changed

19 files changed

+1873
-1873
lines changed

src/Controls/src/Core/Handlers/Items/iOS/SelectableItemsViewController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public override void ItemDeselected(UICollectionView collectionView, NSIndexPath
4545
// Called by Forms to mark an item selected
4646
internal void SelectItem(object selectedItem)
4747
{
48-
if(ItemsView?.ItemsSource is not object originalSource)
48+
if (ItemsView?.ItemsSource is not object originalSource)
4949
{
5050
return;
5151
}

src/Controls/src/Core/Handlers/Items2/iOS/SelectableItemsViewController2.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ public override void ItemDeselected(UICollectionView collectionView, NSIndexPath
4545
// Called by Forms to mark an item selected
4646
internal void SelectItem(object selectedItem)
4747
{
48-
if(ItemsView?.ItemsSource is not object originalSource)
48+
if (ItemsView?.ItemsSource is not object originalSource)
4949
{
5050
return;
5151
}
52-
52+
5353
var index = GetIndexForItem(selectedItem);
5454

5555
if (index.Section > -1 && index.Item > -1)

0 commit comments

Comments
 (0)