diff --git a/ZongziTEK_Blackboard_Sticker/Pages/InfoBoardPages/WeatherPage.xaml.cs b/ZongziTEK_Blackboard_Sticker/Pages/InfoBoardPages/WeatherPage.xaml.cs index a12a084..b12880e 100644 --- a/ZongziTEK_Blackboard_Sticker/Pages/InfoBoardPages/WeatherPage.xaml.cs +++ b/ZongziTEK_Blackboard_Sticker/Pages/InfoBoardPages/WeatherPage.xaml.cs @@ -161,6 +161,7 @@ private void Page_Unloaded(object sender, EventArgs e) timer.Stop(); timer.Tick -= Timer_Tick; Unloaded -= Page_Unloaded; + ImageWeather.Source = null; } } }