Tweak more screen to remove top padding

This commit is contained in:
arkon 2020-02-27 18:34:28 -05:00
parent 3a62acc54d
commit d3a4126e27

View File

@ -24,7 +24,6 @@ class MoreController : SettingsController() {
val tintColor = context.getResourceColor(R.attr.colorAccent) val tintColor = context.getResourceColor(R.attr.colorAccent)
preferenceCategory {
preference { preference {
titleRes = R.string.label_extensions titleRes = R.string.label_extensions
iconRes = R.drawable.ic_extension_black_24dp iconRes = R.drawable.ic_extension_black_24dp
@ -49,7 +48,6 @@ class MoreController : SettingsController() {
router.pushController(MigrationController().withFadeTransaction()) router.pushController(MigrationController().withFadeTransaction())
} }
} }
}
preferenceCategory { preferenceCategory {
preference { preference {