mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
force refresh user data after cron
This commit is contained in:
parent
706c239153
commit
10e1ebc8ce
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ class UserRepositoryImpl(
|
|||
taskRepository.bulkScoreTasks(scoringList)
|
||||
}
|
||||
apiClient.runCron()
|
||||
retrieveUser(true, true)
|
||||
}
|
||||
|
||||
override suspend fun useCustomization(type: String, category: String?, identifier: String): User? {
|
||||
|
|
|
|||
Loading…
Reference in a new issue