-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix Reader feed image display for VIDEO card types #22325
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
base: trunk
Are you sure you want to change the base?
Fix Reader feed image display for VIDEO card types #22325
Conversation
- VIDEO cards now show featured images when available - Updated buildFeaturedImageVisibility() to support VIDEO cards with images - Updated buildFeaturedImageUrl() for consistent behavior across card types - Added comprehensive unit tests for VIDEO card image display - Fixes issue where VIDEO posts with thumbnails didn't show images Fixes wordpress-mobile#21332
|
Thank you for your contribution @AdamLiga !! Also, you can run detekt locally by using |
a755cb9 to
2b5e6dc
Compare
- Removed unused ReaderCardType.PHOTO import - Removed unused ReaderCardType.DEFAULT import - Addresses SonarCloud code analysis warnings
|
adalpari
left a comment
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.
Thank you for your contribution! The fix looks good to me :) !
|
| App Name | WordPress | |
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr22325-23d45bd | |
| Commit | 23d45bd | |
| Direct Download | wordpress-prototype-build-pr22325-23d45bd.apk |
|
| App Name | Jetpack | |
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr22325-23d45bd | |
| Commit | 23d45bd | |
| Direct Download | jetpack-prototype-build-pr22325-23d45bd.apk |





Fixes #21332
Description
Testing instructions