-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[HOLD for Payment 2025-05-08] [$250] Android - Reports- Can't scroll to see more items on Recent chats #60017
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
Comments
Triggered auto assignment to @twisterdotcom ( |
I will actually have an Android device on Monday so can test on that.
On iOS this doesn't take you back to the search though, so this might be fixed. ScreenRecording_04-11-2025.16-47-57_1.MP4 |
🚨 Edited by proposal-police: This proposal was edited at 2025-04-23 13:27:08 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Android - Reports- Can't scroll to see more items on Recent chats What is the root cause of that problem?Here The issue occurs because we conditionally hide the What changes do you think we should make in order to solve the problem?We should remove the conditional check for App/src/pages/Search/SearchPageNarrow.tsx Line 148 in ea3cd2d
extraContent ={ <NavigationTabBar selectedTab={NAVIGATION_TABS.SEARCH} />} What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None, UI bug What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
@twisterdotcom The problem appears on all platforms. You can test it in offline mode to clearly see the list behind the bottom tab and notice that you can't scroll to view the full content(To reproduce: simply open the search list and try scrolling with about 8 items or more). |
Okay, so I must be in Offline mode? Can I get some correct reproduction steps to retry this please? |
@twisterdotcom Normally, it's hard to notice that the list has more items. An easy way to test this is by using offline mode, where part of the last item becomes visible at the top. Screen_Recording_20250415_065018_Expensify.mp4 |
@twisterdotcom Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@twisterdotcom 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
@twisterdotcom this issue was created 2 weeks ago. Are we close to a solution? Let's make sure we're treating this as a top priority. Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@twisterdotcom 8 days overdue is a lot. Should this be a Weekly issue? If so, feel free to change it! |
Okay, I have finally understood this and I agree, it's odd. Why would we not let you scroll down here? screen-20250424-132609.1.mov |
Job added to Upwork: https://www.upwork.com/jobs/~021915384390659153833 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @c3024 ( |
Bug Summary: Impacted Version: v9.1.26-0 Reproducible: Yes, in both staging and production environments. Platform: Only in HybridApp; not in New Expensify Standalone. Labels: Bug, External, Help Wanted, Daily Proposed Solution: Possible reasons: height or flex properties not set correctly in ScrollView/FlatList. Missing keyboardShouldPersistTaps or nestedScrollEnabled properties. Styling issues with overflow or position. Proposed Fix: Set nestedScrollEnabled={true} (especially for Android). Add keyboardShouldPersistTaps="handled". Use contentContainerStyle={{ flexGrow: 1 }} to ensure content is scrollable. Styling Fix: Ensure flex: 1 and overflow: 'scroll' for internal views. Avoid Absolute Positioning by using position: 'relative'. Platform-Specific Adjustment: Use Platform.select to apply specific styling for Android. Testing Plan: Upwork Profile: |
📣 @AHMEDTASRIFABDULLAH! 📣
|
@linhvovan29546 's RCA and proposal LGTM! They clarified with the PR author who introduced this line too. This change should not break anything. 🎀 👀 🎀 C+ reviewed! |
Triggered auto assignment to @MonilBhavsar, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
Hi, I noticed the positive feedback on the proposed solution. I would like to confirm if you're considering hiring me for this task. Please let me know the next steps |
Here are my contributor details as requested: |
📣 @linhvovan29546 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
PR is ready for review! |
FYI: The PR was deployed to production yesterday. Looks like the automation didn't work |
Okay. @c3024 could you do the checklist when you get a chance? I will be OOO next week, but will try to pay it first thing on May 12th if that's okay. |
Sure, np. I'll complete the checklist. |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test Proposal Template
Regression Test ProposalPrecondition:
Test:
Do we agree 👍 or 👎 |
Hi @twisterdotcom Hope you're back, we have a payment due date here. |
@MonilBhavsar Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@MonilBhavsar Still overdue 6 days?! Let's take care of this! |
Ahh, the automations aren't here. I see. Okay, manually manual. Here comes a payment summary. |
Payment Summary:
|
$250 approved for @c3024 |
Uh oh!
There was an error while loading. Please reload this page.
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: v9.1.26-0
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: No, reproducible on hybrid only
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): N/A
Issue reported by: Applause Internal Team
Device used: SS S20 FE/ Android 13
App Component: Other
Action Performed:
Expected Result:
User can scroll up to view more items
Actual Result:
Can't scroll up or down
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6797999_1744270837595.az_recorder_20250410_143030.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @MonilBhavsarThe text was updated successfully, but these errors were encountered: