mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed message disapearing when using Resend action
This commit is contained in:
parent
3b28d1e57a
commit
ef9afdcb91
1 changed files with 0 additions and 2 deletions
|
|
@ -538,8 +538,6 @@ public class ChatMessagesFragment extends Fragment
|
|||
String messageId = message.getMessageId();
|
||||
|
||||
if (item.getItemId() == R.id.resend) {
|
||||
((ChatMessagesGenericAdapter) mChatEventsList.getAdapter())
|
||||
.removeItem(mContextMenuMessagePosition);
|
||||
message.send();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue