sync with 2.6.12 #6

Merged
sadorowo merged 16 commits from release/2.6.12 into develop 2024-05-23 07:56:16 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c76ace40eb - Show all commits

View File

@ -25,7 +25,7 @@ class WulkanowyRepository @Inject constructor(
private val saveFetchResultMutex = Mutex() private val saveFetchResultMutex = Mutex()
private val cacheKey = "mapping" private val cacheKey = "mapping_refresh_key"
fun getAdminMessages(): Flow<Resource<List<AdminMessage>>> = fun getAdminMessages(): Flow<Resource<List<AdminMessage>>> =
networkBoundResource( networkBoundResource(

View File

@ -31,7 +31,7 @@ fun getRefreshKey(name: String, mailbox: Mailbox?, folder: MessageFolder): Strin
} }
fun getRefreshKey(name: String): String { fun getRefreshKey(name: String): String {
return "${name}_refresh_key" return name
} }
class AutoRefreshHelper @Inject constructor( class AutoRefreshHelper @Inject constructor(