mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 02:01:56 +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)
|
taskRepository.bulkScoreTasks(scoringList)
|
||||||
}
|
}
|
||||||
apiClient.runCron()
|
apiClient.runCron()
|
||||||
|
retrieveUser(true, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
override suspend fun useCustomization(type: String, category: String?, identifier: String): User? {
|
override suspend fun useCustomization(type: String, category: String?, identifier: String): User? {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue