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