Skip to content

Commit

Permalink
Fixing a bug related to GridViewBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
Bura Chuhadar committed Jun 16, 2020
1 parent f5d992b commit ad3b4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Files/UserControls/LayoutModes/GridViewBrowser.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed partial class GridViewBrowser : BaseLayout
public GridViewBrowser()
{
this.InitializeComponent();

base.BaseLayoutItemContextFlyout = this.BaseLayoutItemContextFlyout;
App.AppSettings.LayoutModeChangeRequested += AppSettings_LayoutModeChangeRequested;

SetItemTemplate(); // Set ItemTemplate
Expand Down

0 comments on commit ad3b4a2

Please sign in to comment.