-
Notifications
You must be signed in to change notification settings - Fork 26
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: crash when loading what's new section [WPB-9810] #3130
Conversation
Test Results827 tests 827 ✅ 7m 35s ⏱️ Results for commit ac38a48. ♻️ This comment has been updated with latest results. |
APKs built during tests are available here. Scroll down to Artifacts! |
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.
Looking good, just small cosmetic comments 🚀
app/src/main/kotlin/com/wire/android/ui/home/whatsnew/WhatsNewItem.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/ui/home/whatsnew/WhatsNewItem.kt
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
APKs built during tests are available here. Scroll down to Artifacts! |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
On Bund build Column 3, The Android app crashes when the user presses on the "What's New" section in version 4.6.3.
Causes (Optional)
Probably because
url_rss_release_notes
is not present in bund build config.Solutions
Move this url to string resources so that it's always available, all builds have the same release notes for its versions.
Add loading state for the "what's new" screen.
Testing
Test Coverage (Optional)
How to Test
Open drawer menu and select "what's new".
Attachments (Optional)
Screen_recording_20240626_144635.mp4
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.