We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a833eb5 commit 3ebc3bcCopy full SHA for 3ebc3bc
app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/WidgetConfigureActivity.kt
@@ -87,6 +87,8 @@ class WidgetConfigureActivity : SimpleActivity() {
87
mTextColor = config.widgetTextColor
88
updateTextColor()
89
mIsCustomizingColors = intent.extras?.getBoolean(IS_CUSTOMIZING_COLORS) ?: false
90
+ notes_picker_holder.beVisibleIf(!mIsCustomizingColors)
91
+
92
NotesHelper(this).getNotes {
93
mNotes = it
94
notes_picker_holder.beVisibleIf(mNotes.size > 1 && !mIsCustomizingColors)
0 commit comments