forked from organicmaps/organicmaps
[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:
parent
f13b386e77
commit
0090973d18
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ void Framework::OnLocationError(int errorCode)
|
|||
|
||||
void Framework::OnLocationUpdated(location::GpsInfo const & info)
|
||||
{
|
||||
ASSERT(IsDrapeEngineCreated(), ());
|
||||
m_work.OnLocationUpdate(info);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue