mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 12:59:34 +02:00
Remove some unneeded regular tachi stuff
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user