mapzen / eraser-map

Privacy-focused mapping application for Android
GNU General Public License v3.0
74 stars 24 forks source link

Dont show action bar on rotation in route preview mode #767

Closed sarahsnow1 closed 7 years ago

sarahsnow1 commented 7 years ago

This PR prevents the action bar (search bar) from showing when the device is rotated while in route preview mode by hiding it as soon as the action bar is created (previously it wasnt hidden until the route was successfully fetched from the server). It also extracts out some logic for handling what happens when a route is successfully fetched and moves it into the MainPresenter/adds test coverage.

Closes #765