FIX: update HMS init logic

jira: [STUDIO-11136] [STUDIO-11126]
Change-Id: I2556f1ad0bcd84b6c6ba892098f8618169bf98e9
(cherry picked from commit 23aff30a209f4d137359fd224e269603765567df)
This commit is contained in:
xin.zhang
2025-03-26 15:26:57 +08:00
committed by Noisyfox
parent 41f7bea34b
commit da5a2160ce
2 changed files with 25 additions and 25 deletions

View File

@@ -31,6 +31,8 @@ protected:
std::unordered_map<wxString, wxImage> m_hms_local_images; // key-> image name
mutable std::mutex m_hms_mutex;
std::unordered_map<string, time_t> m_cloud_hms_last_update_time;
public:
HMSQuery() { }
~HMSQuery() { clear_hms_info(); };