ACINQ / phoenix

Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments.
https://phoenix.acinq.co
Apache License 2.0
616 stars 93 forks source link

Remove animated navigation on iOS #552

Open dpad85 opened 2 months ago

dpad85 commented 2 months ago

I think in general we should remove all animated navigation, and instead directly navigate to the correct screen:

For example:

When tapping on a pending deposit amount in the Home screen, the app redirects to the "Swap-in wallet" view ; that part works fine.

But then, when tapping on "Configure fee settings", the app navigates (with an animation) to the Settings screen. Tapping on the Back button navigates to the Home screen, then to the Settings screen again.