mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
cleaning
This commit is contained in:
parent
c04f22d3bf
commit
5c32c7388a
@ -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 New Issue
Block a user