1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
ariskotsomitopoulos
186be47602 Remove unused import 2021-10-08 17:42:40 +03:00
ariskotsomitopoulos
9ac83ce8d6 realmLocker?.close() was responsible for the crash, however a better realm clean up strategy should be used to properly close everything 2021-10-07 16:30:12 +03:00
2 changed files with 1 additions and 2 deletions

1
changelog.d/4007.bugfix Normal file
View File

@@ -0,0 +1 @@
Crash on logout [issue 4007]

View File

@@ -210,8 +210,6 @@ internal class RealmCryptoStore @Inject constructor(
inboundGroupSessionToRelease.clear()
olmAccount?.releaseAccount()
realmLocker?.close()
realmLocker = null
}