-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save MapSettings to the system #126
Comments
There is also a bug only to be fixed once this feature is finished. You can select any map type for main activity, and it will be activated immediately. But when you restart the map, everything on the map will be recreated, although map type shown in Settings is still the map type of the previous map. This is also mentioned in the code. |
True! I just fix the main activity page. |
Right now the app will remain the same status if exit or re-launch. |
Also, it seems that when you are in ResultsActivity (not sure about NavActivity), if you change settings to enable traffic information, it will not immediately update that content unless you refresh it. This is not a big deal but worth mentioning, though. |
@sw11 Now the only issue left here is that, when you exit the app, COMPLETELY CLOSE IT IN APP MANAGER and re-enter the app, the map type and other status will be lost. |
This behavior seems acceptable to me, as long as history is preserved. What do others think? |
I won't fix the map type issue in this phrase. Maybe I will save the map type status in the next phrase if we have one. |
Currently we are not saving MapSettings (Such as map type) so that users will always get the same type of map (the default one) and other settings once they exit and re-launch MetroBike. We should save them on the exit of our app.
The text was updated successfully, but these errors were encountered: