mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-15 04:37:12 +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()) {
|
if (position >= 0 && position < super.getItemCount()) {
|
||||||
Message message = getItem(position);
|
Message message = getItem(position);
|
||||||
if (message != null) {
|
if (message != null) {
|
||||||
message.addReply(newReply);
|
|
||||||
notifyItemChanged(position);
|
notifyItemChanged(position);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user