Skip to content

Commit

Permalink
Removes extra call to comment like status setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed Feb 23, 2024
1 parent ccf7b69 commit 11fd3a7
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 11fd3a7

Please sign in to comment.