diff --git a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/DerivedTint.kt b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/DerivedTint.kt index fd3afba..44eeed5 100644 --- a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/DerivedTint.kt +++ b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/DerivedTint.kt @@ -147,7 +147,6 @@ fun noteColorIsChosen( known: Set, ): Boolean = labelColor.isNotEmpty() || (color.isNotEmpty() && color != "default" && color in known) - // --------------------------------------------------------------------------- // The fill for an UNTAGGED note, which is a different job from the palette above. //