mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 03:07:26 +01:00
Fix duplicate sent private messages.
This commit is contained in:
parent
955329cb87
commit
63ea1f54d0
@ -288,7 +288,6 @@ public class MessageRecyclerViewAdapter extends PagedListAdapter<Message, Recycl
|
||||
if (position >= 0 && position < super.getItemCount()) {
|
||||
Message message = getItem(position);
|
||||
if (message != null) {
|
||||
message.addReply(newReply);
|
||||
notifyItemChanged(position);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user