Skip to content

Commit

Permalink
Merge pull request #2211 from unoplatform/dev/nr/fixsplash
Browse files Browse the repository at this point in the history
fix: Removing reference to splashscreen as removed from toolkit
  • Loading branch information
nickrandolph authored Mar 19, 2024
2 parents 2ed91dd + 4f91df4 commit 63e7fe5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,5 @@ public static class ExtendedSplashScreenExtensions
public static void Initialize(this ExtendedSplashScreen splash, Window window, LaunchActivatedEventArgs args)
{
splash.Window = window;
#if WINDOWS_UWP
splash.SplashScreen = args?.SplashScreen;
#elif WINDOWS
splash.SplashScreen = args?.UWPLaunchActivatedEventArgs.SplashScreen;
#endif
}
}

0 comments on commit 63e7fe5

Please sign in to comment.