mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
8364877f38
"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> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |