This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2025-03-28 16:57:39 +01:00 committed by Thomas Andres Gomez
parent 76336dfbb0
commit 02987a0a53
54 changed files with 1487 additions and 332 deletions

View file

@ -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)