forked from organicmaps/organicmaps-tmp
[android] Fixed multiple toast appearance
This commit is contained in:
parent
908b6e8c62
commit
b3eb78dee1
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ void IsolinesManager::UpdateState()
|
|||
ChangeState(IsolinesState::ExpiredData);
|
||||
else if (!available && noData)
|
||||
ChangeState(IsolinesState::NoData);
|
||||
ChangeState(IsolinesState::Enabled);
|
||||
else
|
||||
ChangeState(IsolinesState::Enabled);
|
||||
}
|
||||
|
||||
void IsolinesManager::Invalidate()
|
||||
|
|
Loading…
Add table
Reference in a new issue