Skip to content

fix bottom navbar moving up when keyboard opens#4265

Merged
aaravgarg merged 1 commit intomainfrom
fix/bottom-navbar
Jan 18, 2026
Merged

fix bottom navbar moving up when keyboard opens#4265
aaravgarg merged 1 commit intomainfrom
fix/bottom-navbar

Conversation

@krushnarout
Copy link
Copy Markdown
Member

IMG_48131AE18308-1

closes #4263

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly addresses the issue of the bottom navigation bar moving up when the keyboard is opened. By setting resizeToAvoidBottomInset: false on the main Scaffold, the layout no longer resizes, preventing the navigation bar from being pushed up. This is a clean and effective solution for the described UI bug. The change is well-contained and appears to have no negative side effects on other parts of the application. Good job!

@aaravgarg aaravgarg merged commit b2f8e77 into main Jan 18, 2026
1 check passed
@aaravgarg aaravgarg deleted the fix/bottom-navbar branch January 18, 2026 17:35
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.

Bottom navbar comes above keyboard when searching

3 participants