ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Prevent activities from popping up again when pressing the back button #277

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

User story

As a user I don't want to go back to the same activity when I press on the hardware back button of my phone.

What

This issue demands that the bug is fixed that causes some activities (known: BluetoothConnectionActivity, NFCActivity, QRExchangeActivity) to go back to themselves when you press the back button once (pressing it a second time normally leads you back to the activity before it)

Why

This issue is needed for the project because it improves the user experience, making the app less confusing/annoying to use.

How

This feature can be added by preventing the activities from going back to themselves, not sure about the technical details behind this though...

Definition of ready

Ready

Definition of done

This task can be considered done when

Notes

If you know about any other activities that have this behaviour, be sure to let comment so it can be fixed! 😄