npalumbo / keepassui

A UI layer for interacting with the KeePass DB
MIT License
13 stars 3 forks source link

Handle Back button on mobile #37

Closed npalumbo closed 7 months ago

npalumbo commented 7 months ago

When using the android app, tapping on the Android "Back" button always quits the app. Ideally we should navigate the secrets group tree and cancel (go back) when we tap on the Back button on modify/add forms.

npalumbo commented 7 months ago

Implemented here: https://github.com/npalumbo/keepassui/pull/38