Skip to content

Commit 3ebc3bc

Browse files
committed
hide the notes picker view when we are just customizing widget colors
1 parent a833eb5 commit 3ebc3bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/WidgetConfigureActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ class WidgetConfigureActivity : SimpleActivity() {
8787
mTextColor = config.widgetTextColor
8888
updateTextColor()
8989
mIsCustomizingColors = intent.extras?.getBoolean(IS_CUSTOMIZING_COLORS) ?: false
90+
notes_picker_holder.beVisibleIf(!mIsCustomizingColors)
91+
9092
NotesHelper(this).getNotes {
9193
mNotes = it
9294
notes_picker_holder.beVisibleIf(mNotes.size > 1 && !mIsCustomizingColors)

0 commit comments

Comments
 (0)