[android] Removed unnecessary assert

It caused crash on FDroid without downloaded worlds

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-12-21 00:16:21 +01:00 committed by Alexander Borsuk
parent f13b386e77
commit 0090973d18

View file

@ -126,7 +126,6 @@ void Framework::OnLocationError(int errorCode)
void Framework::OnLocationUpdated(location::GpsInfo const & info)
{
ASSERT(IsDrapeEngineCreated(), ());
m_work.OnLocationUpdate(info);
}