|
|
|
@ -75,7 +75,7 @@ class Patcher { |
|
|
|
realm.close() |
|
|
|
realm.close() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private fun patchBlindFormat(context: Context) { |
|
|
|
private fun patchBlindFormat() { |
|
|
|
val realm = Realm.getDefaultInstance() |
|
|
|
val realm = Realm.getDefaultInstance() |
|
|
|
realm.executeTransaction { |
|
|
|
realm.executeTransaction { |
|
|
|
val sessions = realm.where(Session::class.java).findAll() |
|
|
|
val sessions = realm.where(Session::class.java).findAll() |
|
|
|
|