Updated linphone
This commit is contained in:
parent
0a6fc494e8
commit
7b5142b8c6
3 changed files with 3 additions and 4 deletions
|
@ -305,7 +305,6 @@ public class ChatEventsAdapter extends BaseAdapter implements ChatMessageListene
|
||||||
}
|
}
|
||||||
|
|
||||||
String externalBodyUrl = message.getExternalBodyUrl();
|
String externalBodyUrl = message.getExternalBodyUrl();
|
||||||
Log.e("External body url is " + externalBodyUrl);
|
|
||||||
Content fileTransferContent = message.getFileTransferInformation();
|
Content fileTransferContent = message.getFileTransferInformation();
|
||||||
String appData = message.getAppdata();
|
String appData = message.getAppdata();
|
||||||
if (externalBodyUrl != null || fileTransferContent != null) { // Incoming file transfer
|
if (externalBodyUrl != null || fileTransferContent != null) { // Incoming file transfer
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
package org.linphone.chat;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
ChatListFragment.java
|
ChatListFragment.java
|
||||||
Copyright (C) 2017 Belledonne Communications, Grenoble, France
|
Copyright (C) 2017 Belledonne Communications, Grenoble, France
|
||||||
|
@ -19,6 +17,8 @@ along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
package org.linphone.chat;
|
||||||
|
|
||||||
import android.app.Dialog;
|
import android.app.Dialog;
|
||||||
import android.app.Fragment;
|
import android.app.Fragment;
|
||||||
import android.graphics.Typeface;
|
import android.graphics.Typeface;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7018a708c318e29a5fea288cb024ece801f79253
|
Subproject commit b0bf790f6ba4fefbe08105c711290c73be2ab80f
|
Loading…
Reference in a new issue