forked from organicmaps/organicmaps
[desktop] Removed incorrect assert.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
d4d143a9e7
commit
9c166ac81e
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ void MyPositionController::OnLocationUpdate(location::GpsInfo const & info, bool
|
|||
|
||||
if (!m_isPositionAssigned)
|
||||
{
|
||||
ASSERT(m_mode != location::NotFollowNoPosition, ());
|
||||
location::EMyPositionMode newMode = m_desiredInitMode;
|
||||
ChangeMode(newMode);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue