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

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

Limit EP results to 5

parent c1e0f0a4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ class AppPrivacyInfoRepositoryImpl @Inject constructor(
        val requestBody = mapOf(
            "type" to "application",
            "query" to packageName,
            "limit" to 50
            "limit" to 5
        )

        val jsonBody = Gson().toJson(requestBody)