forked from github/szkolny
[App] Add browsing commit file tree in Open repo button.
This commit is contained in:
parent
114d855c81
commit
b9e7e80e11
@ -122,7 +122,7 @@ class BuildManager(val app: App) : CoroutineScope {
|
|||||||
val url = if (gitRemote == null)
|
val url = if (gitRemote == null)
|
||||||
"https://szkolny.eu/github/android"
|
"https://szkolny.eu/github/android"
|
||||||
else
|
else
|
||||||
"https://github.com/$gitRemote"
|
"https://github.com/$gitRemote/tree/$gitHash"
|
||||||
Utils.openUrl(activity, url)
|
Utils.openUrl(activity, url)
|
||||||
}
|
}
|
||||||
.show()
|
.show()
|
||||||
|
Loading…
Reference in New Issue
Block a user