givelotus / lotus-vase

A simple reference wallet for Lotus which supports mobile devices.
GNU General Public License v3.0
4 stars 2 forks source link

"Back" action on Android closes Cashew no matter what UI screen I'm at #99

Closed majcosta closed 3 years ago

majcosta commented 3 years ago

So as far as I can tell there are four activities in the app:

1 "QR scanner start", 2 "Send money", 3 "Import/show seed" and 4 "Receive".

no matter which of these screens I'm in, pressing "Back" closes the app and brings me back to Android home screen.

promoting "QR scanner start" to top of hierarchy and considering the other three to be horizontal navigation, desired behavior should probably be pressing back in 1 closes app and pressing back on 2 | 3 | 4 brings you to 1.

chinitadelrey commented 3 years ago

@schancel, Switching to Navigator pop and push should fix the issue from (2 -> 1) the SendInfo page (which seems to be most critical now) and then we can take a look at the other 2 screens later. I think I can get started and we can get it done for tonight's release.

schancel commented 3 years ago

Closed https://github.com/cashweb/cashew/pull/129