RefugeRestrooms / refugerestrooms-android

Android client for https://github.com/RefugeRestrooms/refugerestrooms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recent Bathrooms Tab switching to Add Bathroom

hissingpanda opened this issue · comments

In nav drawer, selecting recent bathrooms instead takes the user to the add bathroom section.

Recent bathrooms was mainly for loading the 500(?) most recent bathrooms so that they were still viewable when offline.

Ah yeah, I was getting this issue on the old version of the app as well as the update, but haven't taken time to address it, or create an issue yet.

I can take a look in the next couple days if you're busy @hissingpanda :)

Ah fixed it, sorry that was my fault. I was sloppy when editing the navigation fragment code and added a careless else case. Fixed it in #63 .