Remove some unneeded regular tachi stuff

This commit is contained in:
Jobobby04 2020-05-04 23:40:46 -04:00
parent ff8b58ee62
commit cb6ca49607

View File

@ -75,23 +75,10 @@ class AboutController : SettingsController() {
titleRes = R.string.changelog
onClick {
if (BuildConfig.DEBUG) {
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/inorichi/tachiyomi/commits/master"))
startActivity(intent)
} else {
ChangelogDialogController().showDialog(router)
}
ChangelogDialogController().showDialog(router)
}
}
if (BuildConfig.DEBUG) {
preference {
titleRes = R.string.notices
onClick {
ChangelogDialogController().showDialog(router)
}
}
}
preferenceCategory {
preference {