talk-android/app/src
Daniel Calviño Sánchez 8364877f38
Fix crash after hangup due to modifying a list while iterating over it
"endPeerConnection()" removes the item from the list, so neither a
for-each loop nor an iterator can be used to traverse the list (as a
"ConcurrentModificationException" would be thrown). To solve that now
the list of connections is first traversed to get all the sessions, and
then the list of sessions is traversed to end the connections.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-19 09:17:12 +02:00
..
androidTest/java/com/nextcloud/talk remove unused persistence methods 2022-07-26 21:55:03 +02:00
generic add copyright + minor refactoring 2022-01-26 15:00:31 +01:00
gplay Migrate recieving calls from requery to room 2022-07-16 14:51:07 +02:00
main Fix crash after hangup due to modifying a list while iterating over it 2022-09-19 09:17:12 +02:00
qa add copyright + minor refactoring 2022-01-26 15:00:31 +01:00
test Add guests access preferences to conversation info 2022-08-29 18:42:56 +02:00