Fix send msg + support armv7

This commit is contained in:
Erwan Croze 2018-08-16 15:42:44 +02:00
parent 5583484f3a
commit f662ff0fa1
4 changed files with 4 additions and 3 deletions

View file

@ -715,6 +715,7 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
}
if (msg == null && text != null && text.length() > 0 && !textSend) {
msg = mChatRoom.createEmptyMessage();
msg.addTextContent(text);
// Set listener not required here anymore, message will be added to messages list and adapter will set the listener
msg.send();

@ -1 +1 @@
Subproject commit 8ddf463c700cc8b3635f00cc48da627ce2127216
Subproject commit 81f2fa301e392a33e63fb6ac6ded9b9d48832605

@ -1 +1 @@
Subproject commit 6edf43c37dfc4e2c4d785fd4068748a158a4b264
Subproject commit d9d7f754d2ddc87eeb0b35bb05b482e78541f358

@ -1 +1 @@
Subproject commit b87af6aabbbb9a6ba935e2d4e4ba132a841014fd
Subproject commit 035ce38af031fae040b2a32dcd7eb3f8698b8a42