mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
cleaning
This commit is contained in:
parent
c04f22d3bf
commit
5c32c7388a
1 changed files with 0 additions and 2 deletions
|
@ -45,12 +45,10 @@ internal class SessionRealmConfigurationFactory @Inject constructor(
|
|||
val migration: RealmSessionStoreMigration,
|
||||
context: Context) {
|
||||
|
||||
|
||||
companion object {
|
||||
const val SESSION_STORE_SCHEMA_VERSION = 1L
|
||||
}
|
||||
|
||||
|
||||
private val sharedPreferences = context.getSharedPreferences("im.vector.matrix.android.realm", Context.MODE_PRIVATE)
|
||||
|
||||
fun create(): RealmConfiguration {
|
||||
|
|
Loading…
Reference in a new issue