Skip to content

Commit 7a6f673

Browse files
committed
fixing some compile errors
1 parent 7a52955 commit 7a6f673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities/ThreadActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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())

0 commit comments

Comments
 (0)