Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz authored and jfversluis committed Jul 11, 2022
1 parent 496559c commit 2694ba0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
namespace Xamarin.Forms.Controls.Issues
{
#if UITEST
[Category(UITestCategories.SwipeView)]
[NUnit.Framework.Category(Core.UITests.UITestCategories.SwipeView)]
#endif
[Preserve(AllMembers = true)]
[Preserve(AllMembers = true)]
[Issue(IssueTracker.Github, 13790,
"[Bug] ListView with grouping and SwipeView throws IllegalStateException: The specified child already has a parent",
PlatformAffected.Android)]
Expand Down

0 comments on commit 2694ba0

Please sign in to comment.