mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
Fix issue where level 2 archive files where put in a cache at times of level 2
chunk files
This commit is contained in:
parent
0438b65208
commit
8989c0e88c
4 changed files with 84 additions and 71 deletions
|
|
@ -116,8 +116,9 @@ void OverlayProductView::Impl::ConnectRadarProductManager()
|
|||
radarProductManager_.get(),
|
||||
&manager::RadarProductManager::NewDataAvailable,
|
||||
self_,
|
||||
[this](common::RadarProductGroup group,
|
||||
const std::string& product,
|
||||
[this](common::RadarProductGroup group,
|
||||
const std::string& product,
|
||||
bool /*isChunks*/,
|
||||
std::chrono::system_clock::time_point latestTime)
|
||||
{
|
||||
if (autoRefreshEnabled_ &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue