Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
d2dyno1 committed Apr 7, 2021
1 parent c7645eb commit 367df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Files/Views/LayoutModes/ColumnViewBrowser.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected override void UnhookEvents()
}
}

private void ColumnViewBase_ItemInvoked(object sender, EventArgs e)
private void ColumnViewBase_DismissColumn(object sender, EventArgs e)
{
DismissOtherBlades(sender as ListView);
}
Expand Down

0 comments on commit 367df09

Please sign in to comment.