Skip to content

Commit

Permalink
Merge pull request #20263 from wordpress-mobile/fix/20248-commentlike…
Browse files Browse the repository at this point in the history
…-blink

🤖 Fixes comment like blinking
  • Loading branch information
Antonis Lilis authored Feb 26, 2024
2 parents ccf7b69 + 11fd3a7 commit b5af7bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ class NotificationsListFragmentPage : ViewPagerFragment(R.layout.notifications_l
if (!isAdded) {
return
}
notesAdapter.updateNote(event.note.apply { setLikedComment(event.liked) })
notesAdapter.updateNote(event.note)
}

@Subscribe(sticky = true, threadMode = MAIN)
Expand Down

0 comments on commit b5af7bd

Please sign in to comment.