Remove some unneeded regular tachi stuff
This commit is contained in:
parent
ff8b58ee62
commit
cb6ca49607
@ -75,23 +75,10 @@ class AboutController : SettingsController() {
|
|||||||
titleRes = R.string.changelog
|
titleRes = R.string.changelog
|
||||||
|
|
||||||
onClick {
|
onClick {
|
||||||
if (BuildConfig.DEBUG) {
|
ChangelogDialogController().showDialog(router)
|
||||||
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/inorichi/tachiyomi/commits/master"))
|
|
||||||
startActivity(intent)
|
|
||||||
} else {
|
|
||||||
ChangelogDialogController().showDialog(router)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (BuildConfig.DEBUG) {
|
|
||||||
preference {
|
|
||||||
titleRes = R.string.notices
|
|
||||||
|
|
||||||
onClick {
|
|
||||||
ChangelogDialogController().showDialog(router)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
preferenceCategory {
|
preferenceCategory {
|
||||||
preference {
|
preference {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user