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

CryptoStore migration has to be object to avoid crash

Thread: main, Exception: java.lang.IllegalArgumentException: Configurations cannot be different if used to open the same file. The most likely cause is that equals() and hashCode() are not overridden in the migration class: org.matrix.android.sdk.internal.database.RealmSessionStoreMigration
This commit is contained in:
Benoit Marty
2021-07-02 15:46:04 +02:00
committed by Benoit Marty
parent 2a0230633d
commit 2513be744c
8 changed files with 21 additions and 30 deletions

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

@@ -0,0 +1 @@
CryptoStore migration has to be object to avoid crash