Skip to content

Commit

Permalink
[iOS] Revert CollectionView Header/Footer/EmptyView issues when addin…
Browse files Browse the repository at this point in the history
…g/removing items (#25738)
  • Loading branch information
PureWeen authored Nov 8, 2024
1 parent bd61427 commit 1b41fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ protected virtual void HandleFormsElementMeasureInvalidated(VisualElement formsE
internal void UpdateView(object view, DataTemplate viewTemplate, ref UIView uiView, ref VisualElement formsElement)
{
// Is view set on the ItemsView?
if (view is null && viewTemplate is null)
if (view is null)
{
if (formsElement != null)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if !MACCATALYST && !WINDOWS
#if !MACCATALYST && !WINDOWS && !IOS
using NUnit.Framework;
using UITest.Appium;
using UITest.Core;
Expand Down

0 comments on commit 1b41fe6

Please sign in to comment.