From 688d87cc3f61bc6e6c8f06aeac1bfd5bdb7f7a38 Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 10 Mar 2015 19:22:40 +0300 Subject: [PATCH] Fixed many countries in downloader. --- map/active_maps_layout.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/map/active_maps_layout.cpp b/map/active_maps_layout.cpp index f1e271fecc..2f073603d6 100644 --- a/map/active_maps_layout.cpp +++ b/map/active_maps_layout.cpp @@ -21,6 +21,8 @@ ActiveMapsLayout::~ActiveMapsLayout() void ActiveMapsLayout::Init(vector const & maps) { + Clear(); + Storage & storage = GetStorage(); for (auto const & file : maps) {