Fix external repo click
This commit is contained in:
parent
56b565cc51
commit
00599a8d33
1 changed files with 4 additions and 1 deletions
|
|
@ -167,7 +167,10 @@ private fun ExtensionDetails(
|
|||
uriHandler.openUri(
|
||||
extension.repoUrl
|
||||
.replace("https://raw.githubusercontent.com", "https://github.com")
|
||||
.removeSuffix("/repo/"),
|
||||
.removeSuffix("/repo/")
|
||||
// SY -->
|
||||
.removeSuffix("/repo"),
|
||||
// SY <--
|
||||
)
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue