wordpress-mobile / WordPress-Android

WordPress for Android
http://android.wordpress.org
GNU General Public License v2.0
2.92k stars 1.3k forks source link

Fixes broken notification comments regression #20522

Closed antonis closed 1 month ago

antonis commented 1 month ago

Fixes broken notification comments (see p1711097822404029-slack-C0180B5PRJ4)

Description

This PR fixes a regression introduced by https://github.com/wordpress-mobile/WordPress-Android/pull/20452 were the notification comments did not appear


To Test:

  1. Verify that notification comments appear
  2. Verify that the confetti is shown (see https://github.com/wordpress-mobile/WordPress-Android/pull/20452)

https://github.com/wordpress-mobile/WordPress-Android/assets/304044/44565255-2c7a-4a0b-b005-3dcdd623ae4b


Regression Notes

  1. Potential unintended areas of impact

    • Notifications
  2. What I did to test those areas of impact (or what existing automated tests I relied on)

    • Manual testing
  3. What automated tests I added (or what prevented me from doing so)

    • This part of the code is not easy to test without a major refactoring that would escape the scope of this PR

PR Submission Checklist:


Testing Checklist (strike-out the not-applying and unnecessary ones):

dangermattic commented 1 month ago
1 Warning
:warning: This PR is assigned to the milestone 24.5 ❄️. The due date for this milestone has already passed.
Please assign it to a milestone with a later deadline or check whether the release for this milestone has already been finished.

Generated by :no_entry_sign: Danger

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

wpmobilebot commented 1 month ago
WordPress📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress WordPress
FlavorJalapeno
Build TypeDebug
Versionpr20522-2a7e26f
Commit2a7e26f25ef36e357f39e703026cfcf46fe9d133
Direct Downloadwordpress-prototype-build-pr20522-2a7e26f.apk
Note: Google Login is not supported on these builds.
wpmobilebot commented 1 month ago
Jetpack📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack Jetpack
FlavorJalapeno
Build TypeDebug
Versionpr20522-2a7e26f
Commit2a7e26f25ef36e357f39e703026cfcf46fe9d133
Direct Downloadjetpack-prototype-build-pr20522-2a7e26f.apk
Note: Google Login is not supported on these builds.
antonis commented 1 month ago

Thank you for the prompt review @jarvislin 🙇