Skip to content

Commit

Permalink
fix: Removing reference to splashscreen as removed from toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Mar 19, 2024
1 parent 2ed91dd commit 4f91df4
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 4f91df4

Please sign in to comment.