-
Notifications
You must be signed in to change notification settings - Fork 4
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
Faculty of Physics, St. Petersburg State University #79
Conversation
Also remove is_closed marker field
Will ignore the "The function |
I'm trying to implement a third map for the purposes getting used to understanding someone's code by myself, but this so far stumped me. I added a new map into the same Database, a new tile pyramid into the app and it leads to the app crashing in Android Studio. I also did not add any new UI elements to represent the third map at the moment of writing this, for I am currently trying to understand how to implement one in your code. |
is_closed
marker status is removed since it can change more frequently than the maps get updatedonLocaleChange()
added to view models in 8e8e333)