[App] Add browsing commit file tree in Open repo button.

This commit is contained in:
Kuba Szczodrzyński 2021-03-31 11:23:02 +02:00
parent 114d855c81
commit b9e7e80e11

View File

@ -122,7 +122,7 @@ class BuildManager(val app: App) : CoroutineScope {
val url = if (gitRemote == null)
"https://szkolny.eu/github/android"
else
"https://github.com/$gitRemote"
"https://github.com/$gitRemote/tree/$gitHash"
Utils.openUrl(activity, url)
}
.show()