Skip to content

Commit

Permalink
issue string modified
Browse files Browse the repository at this point in the history
  • Loading branch information
devanathan-vaithiyanathan authored and rmarinho committed Feb 22, 2025
1 parent e6dda65 commit 1d9d4b0
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 @@ -3,7 +3,7 @@
namespace Maui.Controls.Sample.Issues
{
[XamlCompilation(XamlCompilationOptions.Compile)]
[Issue(IssueTracker.Github, 21708, "CollectionView.Scrolled event offset isn't correctly reset when items change on Android", PlatformAffected.All)]
[Issue(IssueTracker.Github, 21708, "CollectionView.Scrolled event offset isn't correctly reset when items change", PlatformAffected.All)]
public partial class Issue21708 : ContentPage
{
ObservableCollection<int> _items;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Issue21708 : _IssuesUITest
{
public Issue21708(TestDevice device) : base(device) { }

public override string Issue => "CollectionView.Scrolled event offset isn't correctly reset when items change on Android";
public override string Issue => "CollectionView.Scrolled event offset isn't correctly reset when items change";

[Test]
[Category(UITestCategories.CollectionView)]
Expand Down

0 comments on commit 1d9d4b0

Please sign in to comment.