-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: iOS chat view to be hidden if the user clicks away/navigate to two screens or more. #48428
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
@@ -652,7 +643,7 @@ function ReportActionsList({ | |||
isActive={(isFloatingMessageCounterVisible && !!unreadMarkerReportActionID) || canScrollToNewerComments} | |||
onClick={scrollToBottomAndMarkReportAsRead} | |||
/> | |||
<Animated.View style={[animatedStyles, styles.flex1, !shouldShowReportRecipientLocalTime && !hideComposer ? styles.pb4 : {}]}> | |||
<Animated.View style={[styles.flex1, !shouldShowReportRecipientLocalTime && !hideComposer ? styles.pb4 : {}]}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove Animated
, i guess it no longer required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Tip: Always link issue as a link |
8af3555
to
f758d29
Compare
This comment has been minimized.
This comment has been minimized.
@struc Please push signed commits
|
@ishpaul777 Thank you so much for you help, I was pushing the commit from a different machine and forgot to add the sign key. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeRecord_2024-09-03-02-01-06.mp4Android: mWeb ChromeRecord_2024-09-03-02-02-49.mp4iOS: Nativetrim.15530756-22BF-4263-8B25-1FDE575AD6A7.MOViOS: mWeb Safaritrim.02E297C8-4300-4104-B786-49390B8CBD60.MOVMacOS: Chrome / SafariScreen.Recording.2024-09-03.at.1.56.56.AM.movMacOS: DesktopScreen.Recording.2024-09-03.at.2.14.26.AM.mov |
gentle bump @struc |
Signed-off-by: struc <m.elsayed.a@gmail.com>
Signed-off-by: struc <m.elsayed.a@gmail.com>
@ishpaul777 sorry for the delay, they are signed now. |
🎯 @ishpaul777, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #48431. |
All yours @roryabraham |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
ready to go |
Fix: iOS chat view to be hidden if the user clicks away/navigate to two screens or more. (cherry picked from commit 7b4d98a) (CP triggered by roryabraham)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/roryabraham in version: 9.0.27-1 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/roryabraham in version: 9.0.27-1 🚀
|
Details
Fixed Issues
$ #48369
PROPOSAL: #48369 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop
I have read the CLA Document and I hereby sign the CLA