[iOS] Hide Taxi button in routing dashboard.

Signed-off-by: Viktar Havaka viktor.govako@gmail.com
This commit is contained in:
vng 2020-12-27 15:42:46 +03:00 committed by Roman Tsisyk
parent c8464cf9b4
commit a5997ac51c

View file

@ -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];
}