Skip to content

Commit

Permalink
- only show click on catalyst and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Jun 29, 2021
1 parent ac59312 commit f12731f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ protected override IEnumerable<SectionModel> CreateItems() => new[]
"Pan Gesture."),
new SectionModel(typeof(SwipeGestureGalleryPage), "Swipe Gesture",
"Swipe Gesture."),

#if WINDOWS || MACCATALYST
new SectionModel(typeof(ClickGestureGalleryPage), "Click Gesture",
"Click Gesture."),
#endif

};
}
Expand Down

0 comments on commit f12731f

Please sign in to comment.