1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-24 07:30:22 +01:00

Weather: Do not display error page when network connectivity is lost; instead, keep showing cached data from last refresh

This commit is contained in:
Valentin Radu 2022-08-04 23:58:28 +03:00
parent da3fece8cd
commit 7c1cb3d560

View File

@ -83,6 +83,7 @@ HRESULT STDMETHODCALLTYPE INetworkListManagerEvents_ConnectivityChanged(void* _t
else else
{ {
printf("[Network Events] Internet connection status is: Offline.\n"); printf("[Network Events] Internet connection status is: Offline.\n");
KillTimer(_this->hWnd, EP_WEATHER_TIMER_REQUEST_REFRESH);
KillTimer(_this->hWnd, EP_WEATHER_TIMER_SCHEDULE_REFRESH); KillTimer(_this->hWnd, EP_WEATHER_TIMER_SCHEDULE_REFRESH);
printf("[Network Events] Killed refresh timer.\n"); printf("[Network Events] Killed refresh timer.\n");
} }