mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-02 04:33:52 -04:00
[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:
@@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user