Update changelog link for preview builds

This commit is contained in:
arkon 2020-05-04 08:46:07 -04:00
parent dabca5f09e
commit fcf596d36b

View File

@ -76,7 +76,7 @@ class AboutController : SettingsController() {
onClick {
if (BuildConfig.DEBUG) {
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/inorichi/tachiyomi/commits/master"))
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/inorichi/tachiyomi/commits/dev"))
startActivity(intent)
} else {
ChangelogDialogController().showDialog(router)