Satisfy linter

pull/295/head^2
Adam Novak 3 years ago
parent ac56c57000
commit 32d16fde0f

@ -93,7 +93,11 @@ class PagedAddonCollectionProvider(
* a connectivity problem or a timeout.
*/
@Throws(IOException::class)
override suspend fun getAvailableAddons(allowCache: Boolean, readTimeoutInSeconds: Long?, language: String?): List<Addon> {
override suspend fun getAvailableAddons(
allowCache: Boolean,
readTimeoutInSeconds: Long?,
language: String?
): List<Addon> {
val cachedAddons = if (allowCache && !cacheExpired(context)) {
readFromDiskCache()
} else {

Loading…
Cancel
Save