forked from organicmaps/organicmaps
[iOS] Hide Taxi button in routing dashboard.
Signed-off-by: Viktar Havaka viktor.govako@gmail.com
This commit is contained in:
parent
c8464cf9b4
commit
a5997ac51c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ static CGFloat const kDrivingOptionsHeight = 48;
|
|||
for (auto const & progress : m_progresses)
|
||||
progress.second.state = MWMCircularProgressStateNormal;
|
||||
|
||||
if (!MWMLocationManager.lastLocation || !Platform::IsConnected())
|
||||
//if (!MWMLocationManager.lastLocation || !Platform::IsConnected())
|
||||
[self.taxi removeFromSuperview];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue