Skip to content

Commit 39ed229

Browse files
committed
Added comment in test sample
1 parent 3377c8d commit 39ed229

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed
Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
using System.Collections.ObjectModel;
2-
3-
namespace Maui.Controls.Sample;
1+
namespace Maui.Controls.Sample;
42

53
public partial class MainPage : ContentPage
64
{
75
public MainPage()
86
{
97
InitializeComponent();
108
}
11-
}
12-
public class CollectionViewViewModel
13-
{
14-
public ObservableCollection<string> ItemList { get; set; }
15-
16-
public CollectionViewViewModel()
17-
{
18-
ItemList = new ObservableCollection<string>();
19-
}
209
}

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28604.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if IOS || MACCATALYST
1+
#if !ANDROID // this test case is ignored in android, as it has incositent scrolling behavior while using emptyView as string. https://github.com/dotnet/maui/issues/28765
22
using NUnit.Framework;
33
using UITest.Appium;
44
using UITest.Core;

0 commit comments

Comments
 (0)