[android] Added additional check in GetStorage

This commit is contained in:
r.kuznetsov 2019-05-08 11:58:46 +03:00 committed by Arsentiy Milchakov
parent e0af725d77
commit 37c5e74995

View file

@ -57,6 +57,7 @@ bool g_isBatched;
Storage & GetStorage()
{
CHECK(g_framework != nullptr, ());
return g_framework->GetStorage();
}