mapzen / eraser-map

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

799 route preview orientation #801

Closed sarahsnow1 closed 7 years ago

sarahsnow1 commented 7 years ago

Overview

This PR updates the route preview button setOnCheckedChangeListener to consider whether the button has been pressed by the user before updating the route manager and routing

Proposed Changes

This fixes a bug which, on orientation changes, caused the setOnCheckedChangeListener to be invoked which in turn caused the route preview view to show in routing mode

Closes #799