mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed build with latest 4.5 alpha SDK
This commit is contained in:
parent
00b3e8f60b
commit
572ce6dee2
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ public class ChatMessagesFragment extends Fragment
|
|||
if (item.getItemId() == R.id.resend) {
|
||||
((ChatMessagesGenericAdapter) mChatEventsList.getAdapter())
|
||||
.removeItem(mContextMenuMessagePosition);
|
||||
message.resend();
|
||||
message.send();
|
||||
return true;
|
||||
}
|
||||
if (item.getItemId() == R.id.imdn_infos) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue