Skip to content

Commit f1fe767

Browse files
committed
Fix InvalidCastException on OpenCommunityButtonLink
1 parent 65bb262 commit f1fe767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ private async void CheckRunningGameInstance(CancellationToken token)
11781178
#region Community Button
11791179
private void OpenCommunityButtonLink(object sender, RoutedEventArgs e)
11801180
{
1181-
DispatcherQueue?.TryEnqueue(CommunityToolsBtn.Flyout.Hide);
1181+
CommunityToolsBtn.Flyout.Hide();
11821182
OpenButtonLinkFromTag(sender, e);
11831183
}
11841184
#endregion

0 commit comments

Comments
 (0)