ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

"Pick" button stucks in "favorite" state #64

Closed kirillt closed 2 years ago

kirillt commented 3 years ago
  1. Open folder picker.
  2. Walk into some known root — "add root" button grays out.
  3. Descend further into some folder — "add root" becomes "favorite".
  4. Go back with "back" button — "favorite" must change back to grayed-out "add root".
  5. Go back again — the button must change to active "add root".

During steps 4 and 5 the "pick" button still has label "favorite". During step 4 the "pick" button is still active.

kirillt commented 3 years ago

Also small technical enhancement: the button is disabled when grayed-out, but we want to show hints when it is pressed.

kirillt commented 2 years ago

Implemented in https://github.com/ARK-Builders/ARK-Navigator/pull/108