Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix navigation issue #938

Merged
merged 1 commit into from
Oct 25, 2023
Merged

fix navigation issue #938

merged 1 commit into from
Oct 25, 2023

Conversation

jigar-f
Copy link
Contributor

@jigar-f jigar-f commented Oct 25, 2023

This PR fixes the issue on navigation while ConnectivityWarning is on.

The problem

We applied the 'Transform' widget to shift the appearance of buttons on the AppBar, making them look relocated. However, their actual 'clickable' zones didn't move with them. This caused confusion — users clicked where they saw the buttons, but nothing happened because the real, responsive part of the button hadn't moved and was hidden behind a warning message displayed in its place.

@jigar-f jigar-f requested a review from atavism October 25, 2023 12:31
@jigar-f jigar-f self-assigned this Oct 25, 2023
@jigar-f jigar-f marked this pull request as ready for review October 25, 2023 12:31
@jigar-f
Copy link
Contributor Author

jigar-f commented Oct 25, 2023

@atavism I think we might need to merge the same fix for Android as well.

@atavism atavism merged commit 31edce5 into ios-migrate Oct 25, 2023
1 check failed
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.

2 participants