mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 16:20:48 +01:00
Tweak more screen to remove top padding
This commit is contained in:
parent
3a62acc54d
commit
d3a4126e27
1 changed files with 20 additions and 22 deletions
|
@ -24,7 +24,6 @@ class MoreController : SettingsController() {
|
|||
|
||||
val tintColor = context.getResourceColor(R.attr.colorAccent)
|
||||
|
||||
preferenceCategory {
|
||||
preference {
|
||||
titleRes = R.string.label_extensions
|
||||
iconRes = R.drawable.ic_extension_black_24dp
|
||||
|
@ -49,7 +48,6 @@ class MoreController : SettingsController() {
|
|||
router.pushController(MigrationController().withFadeTransaction())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
preferenceCategory {
|
||||
preference {
|
||||
|
|
Loading…
Reference in a new issue