element-android/changelog.d/5821.bugfix
Adam Brown 23cd6dae42 fixing concurrent dispatch crash by using copy on write set
- whilst closing the session, we iterate through all the listeners calling onSessionStopped however some implementations also use this callback to remove themselves from the listeners, causing the concurrent modification crash
2022-06-22 12:19:06 +01:00

2 lines
74 B
Plaintext

Fixes concurrent modification crash when signing out or launching the app