Updated linphone

This commit is contained in:
Sylvain Berfini 2017-12-05 12:01:27 +01:00
parent 838724ccee
commit 502af0ae40
2 changed files with 2 additions and 2 deletions

View file

@ -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