Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21d247f0 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

getAppsByCategory is not a suspending function

parent 9c7e8918
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ class PlayStoreRepository @Inject constructor(
        return searchData.filter { it.suggestedQuery.isNotBlank() }
    }

    suspend fun getAppsByCategory(category: String, pageUrl: String?): StreamCluster {
    fun getAppsByCategory(category: String, pageUrl: String?): StreamCluster {
        val authData = authenticatorRepository.getGPlayAuthOrThrow()

        val subCategoryHelper = CategoryAppsHelper(authData).using(gPlayHttpClient)