kopia lustrzana https://github.com/vitorpamplona/amethyst
Starts with an empty set as database
rodzic
e775ae9ada
commit
47398e6e86
|
@ -762,7 +762,7 @@ object LocalCache {
|
|||
}
|
||||
}
|
||||
|
||||
class LocalCacheLiveData : LiveData<Set<Note>>() {
|
||||
class LocalCacheLiveData : LiveData<Set<Note>>(setOf<Note>()) {
|
||||
|
||||
// Refreshes observers in batches.
|
||||
private val bundler = BundledInsert<Note>(300, Dispatchers.Main)
|
||||
|
|
Ładowanie…
Reference in New Issue