Skip to content

Commit f9855c4

Browse files
committed
FIx an async warning in TitlebarControl.xaml.cs
1 parent 1289bb2 commit f9855c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dialer/UI/Controls/TitlebarControl.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private void Back_Click(object sender, RoutedEventArgs e)
7575
BackButtonClick?.Invoke(this, e);
7676
}
7777

78-
public async void RefreshColor()
78+
public void RefreshColor()
7979
{
8080
ApplicationViewTitleBar titlebar = ApplicationView.GetForCurrentView().TitleBar;
8181
SolidColorBrush transparentColorBrush = new() { Opacity = 0 };

0 commit comments

Comments
 (0)