Updated linphone
This commit is contained in:
parent
838724ccee
commit
502af0ae40
2 changed files with 2 additions and 2 deletions
|
@ -512,7 +512,7 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
String text = mMessageTextToSend.getText().toString();
|
||||
|
||||
ChatMessage msg;
|
||||
// For now we have to either send the picture or the text but not both
|
||||
//TODO: rework when we'll send multiple files at once
|
||||
if (mFilesUploadLayout.getChildCount() > 0) {
|
||||
String filePath = (String) mFilesUploadLayout.getChildAt(0).getTag();
|
||||
String fileName = filePath.substring(filePath.lastIndexOf("/") + 1);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 979082687f22dd787d5ebaab11b5b72ad9f1281a
|
||||
Subproject commit 385aeb3357513bdc7d92dcb03a194036854be629
|
Loading…
Reference in a new issue