removing the grey dividers from settings

This commit is contained in:
tibbi
2020-03-29 16:04:05 +02:00
parent 7bfc8bf0f4
commit 2255027792
2 changed files with 1 additions and 29 deletions

View File

@ -221,7 +221,7 @@ class SettingsActivity : SimpleActivity() {
if (widgets.size == 1) {
widgetToCustomize = widgets.first()
} else if (widgets.size > 1) {
arrayListOf(widgets_divider, widgets_label, settings_customize_widget_colors_holder).forEach {
arrayListOf(widgets_label, settings_customize_widget_colors_holder).forEach {
it.beGone()
}
}