diff --git a/src/BD.WTTS.Client/UI/ViewModels/Pages/DebugPageViewModel.cs b/src/BD.WTTS.Client/UI/ViewModels/Pages/DebugPageViewModel.cs index 845e59f5ebc..9173bf15562 100644 --- a/src/BD.WTTS.Client/UI/ViewModels/Pages/DebugPageViewModel.cs +++ b/src/BD.WTTS.Client/UI/ViewModels/Pages/DebugPageViewModel.cs @@ -89,7 +89,9 @@ public async void Debug(string? cmd) GC.Collect(); break; case "refreshnews": +#if DEBUG NoticeService.Current.ClrearLastLookNoticeDateTime(); +#endif await NoticeService.Current.GetNewsAsync(); break; case "login":