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

Commit a6827ab7 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Remove useless context parameter

parent ec72e191
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,8 +32,7 @@ import javax.inject.Inject

class CleanApkAppsRepository @Inject constructor(
    private val cleanApkRetrofit: CleanApkRetrofit,
    private val homeConverter: HomeConverter,
    @ApplicationContext val context: Context
    private val homeConverter: HomeConverter
) : CleanApkRepository, CleanApkDownloadInfoFetcher {

    override suspend fun getHomeScreenData(): Map<String, List<Application>> {