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

Commit

Permalink
Remove flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Oct 16, 2019
1 parent 09e66b1 commit e700cd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public Group()
protected override void Init()
{
#if APP
FlagTestHelpers.SetCollectionViewTestFlag();

Children.Add(FirstPage());
Children.Add(CollectionViewPage());
Children.Add(GroupedCollectionViewPage());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public partial class Issue7993 : TestContentPage
#if APP
public Issue7993()
{
Device.SetFlags(new List<string> { CollectionView.CollectionViewExperimental });

InitializeComponent();

BindingContext = new ViewModel7993();
Expand Down

0 comments on commit e700cd0

Please sign in to comment.