File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class MainActivity : SimpleActivity() {
9898 val adjustedPrimaryColor = getAdjustedPrimaryColor()
9999 no_conversations_placeholder_2.setTextColor(adjustedPrimaryColor)
100100 no_conversations_placeholder_2.underlineText()
101- conversations_fastscroller.updateColors(adjustedPrimaryColor, adjustedPrimaryColor.getContrastColor() )
101+ conversations_fastscroller.updateColors(adjustedPrimaryColor)
102102 checkShortcut()
103103 }
104104
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ class ThreadActivity : SimpleActivity() {
344344 thread_add_attachment.applyColorFilter(textColor)
345345
346346 val adjustedPrimaryColor = getAdjustedPrimaryColor()
347- thread_messages_fastscroller.updateColors(adjustedPrimaryColor, adjustedPrimaryColor.getContrastColor() )
347+ thread_messages_fastscroller.updateColors(adjustedPrimaryColor)
348348
349349 thread_character_counter.beVisibleIf(config.showCharacterCounter)
350350 thread_character_counter.setTextSize(TypedValue .COMPLEX_UNIT_PX , getTextSize())
You can’t perform that action at this time.
0 commit comments