Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bijington committed Mar 1, 2023
1 parent 641e02e commit fa0c4dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static void ForceUpdateCellSize(CollectionView collectionView, Size size, Point?
static UICollectionViewController? GetController(CollectionView collectionView)
{
var handler = collectionView.Handler as Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler;
return handler?.Controller;
return null;// handler?.Controller;
}

static UICollectionViewCell? GetCellByPoint(UICollectionViewCell[] cells, CGPoint point)
Expand Down

0 comments on commit fa0c4dc

Please sign in to comment.