Updated submodules with various fixes for NDK 16
This commit is contained in:
parent
a80fd5efb4
commit
060dea6714
3 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ public class GroupInfoFragment extends Fragment implements ChatRoomListener {
|
|||
if (getArguments() == null || getArguments().isEmpty()) {
|
||||
return null;
|
||||
}
|
||||
mParticipants = (ArrayList<ContactAddress>) getArguments().getSerializable("ContactAddress");
|
||||
mParticipants = (ArrayList<ContactAddress>) getArguments().getSerializable("ContactAddress");
|
||||
|
||||
mGroupChatRoomAddress = null;
|
||||
mChatRoom = null;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c0ad2e300101757405bd9c7523c65fb74a71e395
|
||||
Subproject commit 2fdbbd7afc7d3c48ad56708e913aec4ea5b5fcba
|
|
@ -1 +1 @@
|
|||
Subproject commit 6611f820f3f48a11291e3d3802f8cdc29b0a7aa0
|
||||
Subproject commit 4fa3a224cf8e2c051fdc589e05a7c04756335914
|
Loading…
Reference in a new issue