tmp
This commit is contained in:
parent
76336dfbb0
commit
02987a0a53
54 changed files with 1487 additions and 332 deletions
|
|
@ -41,7 +41,9 @@ class DataSyncViewModel(
|
|||
.filter { status -> status == NetworkRepository.Status.CONNECTED }
|
||||
.onEach {
|
||||
alterationRepository.updateAlterations()
|
||||
alterationRepository.updateTags()
|
||||
characterRepository.updateCharacterPreviews()
|
||||
characterRepository.updateTags()
|
||||
campaignRepository.updateCampaign()
|
||||
}
|
||||
.launchIn(this)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue