-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Android - Workspace - The Save button does not have the right alignment in offline mode #54636
Comments
Triggered auto assignment to @MitchExpensify ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.For android, In workspace name edit page we have extra padding at the bottom of submit button and offline indicator. What is the root cause of that problem?We are setting App/src/pages/workspace/WorkspaceNamePage.tsx Lines 64 to 68 in 9412d21
As it's false the extra padding is applied at this place - App/src/components/ScreenWrapper.tsx Lines 299 to 303 in 9412d21
Thus we are seeing extra padding at bottom. What changes do you think we should make in order to solve the problem?We need to remove the prop Same is done here - App/src/pages/settings/Profile/DisplayNamePage.tsx Lines 68 to 71 in 9412d21
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?NA What alternative solutions did you explore? (Optional)NA |
Proposal looks solid but what caused this issue? |
Looks like this will be solved in #51504 during their next PR. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.79-0
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/5382287
Issue reported by: Applause Internal Team
Device used: Samsung S23FE/ Android 14
App Component: Workspace Settings
Action Performed:
Expected Result:
The Save button is displayed close to the navigation bar.
Actual Result:
The Save button is displayed far from the navigation bar and from the keypad when is displayed. There is a empty space between the button and the nav bar. The offline message is also displayed far from the navigation bar when the keypad is displayed.
Workaround:
Unknown
Platforms:
Screenshots/Videos
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: