Skip to content

Commit

Permalink
cherry pick only what we can.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkkirschner committed Mar 19, 2024
1 parent 58a467b commit b64a2f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,6 @@ protected override void OnClosed(EventArgs e)
DynamoModel.RequestUpdateLoadBarStatus -= DynamoModel_RequestUpdateLoadBarStatus;
DynamoModel.LanguageDetected -= DynamoModel_LanguageDetected;
StaticSplashScreenReady -= OnStaticScreenReady;
if (authManager is not null)
{
authManager.LoginStateChanged -= OnLoginStateChanged;
}
webView.Dispose();
webView = null;

Expand Down

0 comments on commit b64a2f8

Please sign in to comment.