Compare commits
1 Commits
80d609a692
...
bd6ebf1e1b
Author | SHA1 | Date | |
---|---|---|---|
bd6ebf1e1b |
@ -539,7 +539,10 @@ class HomeActivity :
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun reloadBadges() {
|
private fun reloadBadges() {
|
||||||
if (appSettingsService.isDisplayUnreadCountEnabled() || appSettingsService.isDisplayAllCountEnabled()) {
|
if (appSettingsService.isInfiniteLoadingEnabled() ||
|
||||||
|
appSettingsService.isDisplayUnreadCountEnabled() ||
|
||||||
|
appSettingsService.isDisplayAllCountEnabled()
|
||||||
|
) {
|
||||||
CountingIdlingResourceSingleton.increment()
|
CountingIdlingResourceSingleton.increment()
|
||||||
CoroutineScope(Dispatchers.IO).launch {
|
CoroutineScope(Dispatchers.IO).launch {
|
||||||
repository.reloadBadges()
|
repository.reloadBadges()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user