forked from organicmaps/organicmaps
[android] Added additional check in GetStorage
This commit is contained in:
parent
e0af725d77
commit
37c5e74995
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ bool g_isBatched;
|
|||
|
||||
Storage & GetStorage()
|
||||
{
|
||||
CHECK(g_framework != nullptr, ());
|
||||
return g_framework->GetStorage();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue