Skip to content

fix(ui, android): back button exits app; navBar tap scrolling and going back at the same time#599

Merged
marfavi merged 6 commits intomainfrom
fix-578
Jun 3, 2025
Merged

fix(ui, android): back button exits app; navBar tap scrolling and going back at the same time#599
marfavi merged 6 commits intomainfrom
fix-578

Conversation

@marfavi
Copy link
Member

@marfavi marfavi commented May 25, 2025

Fixes #578, fixes #600

@marfavi marfavi enabled auto-merge (squash) May 25, 2025 16:58
-> restore full functionality of the "flow stack"

-> added a few comments in HomePage methods to prevent confusion in the future, but a new implementation could still be viable

-> exit the app with flutter's built-in `SystemNavigator.pop` function, which is recommended by the Flutter team (https://api.flutter.dev/flutter/services/SystemNavigator/pop.html)
@marfavi marfavi changed the title fix(ui, android): prevent back button exiting app fix(ui, android): back button exits app; navBar tap scrolling and going back at the same time May 26, 2025
@marfavi marfavi disabled auto-merge May 26, 2025 13:29
@marfavi marfavi enabled auto-merge (squash) May 26, 2025 13:30
@marfavi marfavi requested a review from duckth May 26, 2025 13:30
@marfavi
Copy link
Member Author

marfavi commented May 26, 2025

@duckth, the regression is now fully fixed

@marfavi marfavi disabled auto-merge May 26, 2025 13:31
duckth
duckth previously approved these changes Jun 3, 2025
@marfavi marfavi enabled auto-merge (squash) June 3, 2025 09:33
@marfavi
Copy link
Member Author

marfavi commented Jun 3, 2025

I need a new review @duckth :)

@marfavi marfavi merged commit f2e1cd8 into main Jun 3, 2025
7 checks passed
@marfavi marfavi deleted the fix-578 branch June 3, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Visual jank when pressing currently visited tab in navigation bar Native "Back" action on Android closes app

2 participants