Skip to content

Commit 04b8fc8

Browse files
committed
use proper colors at the list widget config screen
1 parent 9862f95 commit 04b8fc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/kotlin/com/simplemobiletools/calendar/pro/activities/WidgetListConfigureActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class WidgetListConfigureActivity : SimpleActivity() {
7474
override fun onResume() {
7575
super.onResume()
7676
window.decorView.setBackgroundColor(0)
77+
updateTextColors(config_list_holder)
7778
}
7879

7980
private fun initVariables() {

0 commit comments

Comments
 (0)