forked from organicmaps/organicmaps
no need to load guides json on desktop
This commit is contained in:
parent
bdf8fd5b5d
commit
4152780720
1 changed files with 2 additions and 0 deletions
|
@ -262,8 +262,10 @@ Framework::Framework()
|
|||
|
||||
LOG(LDEBUG, ("Storage initialized"));
|
||||
|
||||
#ifndef OMIM_OS_DESKTOP
|
||||
//Init guides manager
|
||||
m_storage.GetGuideManager().RestoreFromFile();
|
||||
#endif
|
||||
}
|
||||
|
||||
Framework::~Framework()
|
||||
|
|
Loading…
Add table
Reference in a new issue