Updated submodules, chat rooms broken
This commit is contained in:
parent
72dbbf9a0b
commit
b443b6efea
7 changed files with 15 additions and 5 deletions
|
@ -554,6 +554,11 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
mEventsAdapter.addToHistory(event);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onConferenceAddressGeneration(ChatRoom cr) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onUndecryptableMessageReceived(ChatRoom cr, ChatMessage msg) {
|
||||
final Address from = msg.getFromAddress();
|
||||
|
|
|
@ -363,6 +363,11 @@ public class GroupInfoFragment extends Fragment implements ChatRoomListener {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onConferenceAddressGeneration(ChatRoom cr) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onChatMessageReceived(ChatRoom cr, EventLog event_log) {
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2adc98d22e70e9ca74631a04854cfe1e289e18fb
|
||||
Subproject commit 81867f1d8c26a10db632f9d0c1a61afa14d58432
|
|
@ -1 +1 @@
|
|||
Subproject commit 51906fb43d56a698f86f5d72b3fe0ead4ad22910
|
||||
Subproject commit a30ce5f124df96575a1f7aadd68f57f73a19c75c
|
|
@ -1 +1 @@
|
|||
Subproject commit 54ed679844063cefecbbf1a581b8c9bf64342d04
|
||||
Subproject commit 6611f820f3f48a11291e3d3802f8cdc29b0a7aa0
|
|
@ -1 +1 @@
|
|||
Subproject commit eeac016851352b9919a902be43460ba0a94c8fb7
|
||||
Subproject commit f82450663f3d89aa6aa4dc4bae7d060b3a5be495
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c1bcc3b0f66808c2a45769d5fc75b2f13e3e249
|
||||
Subproject commit 3319a460d5f55b343899c091cb15c395a4f3fea4
|
Loading…
Reference in a new issue