mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 03:16:02 +03:00
Realm: compatch on launch
This commit is contained in:
parent
e32d242e38
commit
3cc15387ae
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ internal class SessionRealmConfigurationFactory @Inject constructor(private val
|
|||
.apply()
|
||||
|
||||
val realmConfiguration = RealmConfiguration.Builder()
|
||||
.compactOnLaunch()
|
||||
.directory(directory)
|
||||
.name(REALM_NAME)
|
||||
.apply {
|
||||
|
|
Loading…
Reference in a new issue