Fix extra space under Create room button in locked flow#92929
Conversation
Align the locked full-screen Create room flow with the standard workspace form pattern (WorkspaceNamePage): - Use enableEdgeToEdgeBottomSafeAreaPadding instead of the legacy includeSafeAreaPaddingBottom so the bottom safe-area inset (and the offline indicator height) is no longer counted twice with the FormProvider's edge-to-edge padding. - Drop styles.h100 on the form for the locked flow so the form no longer overflows the viewport and leaves scrollable blank space below the submit button. The tab flow keeps h100 unchanged.
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@shubham1206agra Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
|
🚧 @mountiny has triggered a test Expensify/App build. You can view the workflow run here. |
This comment has been minimized.
This comment has been minimized.
|
@grgia Can you start an adhoc build here? |
|
🚧 @grgia has triggered a test Expensify/App build. You can view the workflow run here. |
This comment has been minimized.
This comment has been minimized.
|
@sumo-slonik Can you merge main so we can try creating a build again? |
|
🚧 @grgia has triggered a test Expensify/App build. You can view the workflow run here. |
This comment has been minimized.
This comment has been minimized.
Reviewer Checklist
Screenshots/Videos
|
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚧 @grgia has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
🚀 Deployed to staging by https://github.com/grgia in version: 9.4.8-0 🚀
Bundle Size Analysis (Sentry): |
|
🤖 Help site review: no docs changes required I reviewed the changes in this PR against the help site files under Conclusion: No help site updates are needed, so I did not create a draft PR. Why: This is a purely visual/layout fix in
The relevant help article, Create a New Chat ( Since no help site PR was created, there is nothing further to review here. If you believe the docs should change for a reason not captured above, reply with details and I'll take another look. |
|
🚀 Deployed to staging by https://github.com/grgia in version: 9.4.8-0 🚀
Bundle Size Analysis (Sentry): |
|
🚀 Deployed to production by https://github.com/puneetlath in version: 9.4.8-3 🚀
|

Explanation of Change
The locked full-screen Create room flow reused
WorkspaceNewRoomPage(built for theNewChatSelectorPagetab) without adapting it, leaving blank space below the submit button. Fixed to match theWorkspaceNamePagepattern: dropstyles.h100(which overflowed the viewport on top of theScrollView'sflexGrow1) and useenableEdgeToEdgeBottomSafeAreaPaddinginstead of the legacyincludeSafeAreaPaddingBottom. The tab flow is unchanged.Fixed Issues
$ #92645
PROPOSAL: N/A (internal deploy-blocker regression from #90953, assigned to engineers)
Tests
Regression check (tab flow)
NewChatSelectorPage).Offline tests
Unnecessary.
QA Steps
Same as tests.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Screen.Recording.2026-06-08.at.22.16.56.mov