Skip to content

Commit

Permalink
removed IMasterDetailPageOptions from sample
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed May 27, 2020
1 parent 7b0e6d6 commit 7d5360f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/Forms/src/HelloWorld/Views/MyMasterDetail.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
namespace HelloWorld.Views
{
[XamlCompilation(XamlCompilationOptions.Skip)]
public partial class MyMasterDetail : IMasterDetailPageOptions
public partial class MyMasterDetail //: IMasterDetailPageOptions
{
public MyMasterDetail()
{
InitializeComponent();
}

public bool IsPresentedAfterNavigation => Device.Idiom != TargetIdiom.Phone;
//public bool IsPresentedAfterNavigation => Device.Idiom != TargetIdiom.Phone;
}
}

0 comments on commit 7d5360f

Please sign in to comment.