[db] last minute change to fdroid.link format

The new one is simpler and basically wrap the real URL by just prepending https://fdroid.link/#
This commit is contained in:
Torsten Grote
2024-02-13 09:46:28 -03:00
parent 81e233e89a
commit c894e48675
2 changed files with 4 additions and 5 deletions

View File

@@ -81,8 +81,7 @@ internal object RepoUriGetter {
}
private fun getFdroidLinkUri(uri: Uri): Uri {
val tmpUri = uri.buildUpon().encodedQuery(uri.encodedFragment).build()
return Uri.parse(tmpUri.getQueryParameter("repo"))
return Uri.parse(uri.encodedFragment)
}
/**