mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +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,
|
val migration: RealmSessionStoreMigration,
|
||||||
context: Context) {
|
context: Context) {
|
||||||
|
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val SESSION_STORE_SCHEMA_VERSION = 1L
|
const val SESSION_STORE_SCHEMA_VERSION = 1L
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private val sharedPreferences = context.getSharedPreferences("im.vector.matrix.android.realm", Context.MODE_PRIVATE)
|
private val sharedPreferences = context.getSharedPreferences("im.vector.matrix.android.realm", Context.MODE_PRIVATE)
|
||||||
|
|
||||||
fun create(): RealmConfiguration {
|
fun create(): RealmConfiguration {
|
||||||
|
|
Loading…
Reference in a new issue