mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-17 04:00:35 +01:00
fixing some compile errors
This commit is contained in:
parent
7a52955974
commit
7a6f673e1e
@ -98,7 +98,7 @@ class MainActivity : SimpleActivity() {
|
||||
val adjustedPrimaryColor = getAdjustedPrimaryColor()
|
||||
no_conversations_placeholder_2.setTextColor(adjustedPrimaryColor)
|
||||
no_conversations_placeholder_2.underlineText()
|
||||
conversations_fastscroller.updateColors(adjustedPrimaryColor, adjustedPrimaryColor.getContrastColor())
|
||||
conversations_fastscroller.updateColors(adjustedPrimaryColor)
|
||||
checkShortcut()
|
||||
}
|
||||
|
||||
|
@ -344,7 +344,7 @@ class ThreadActivity : SimpleActivity() {
|
||||
thread_add_attachment.applyColorFilter(textColor)
|
||||
|
||||
val adjustedPrimaryColor = getAdjustedPrimaryColor()
|
||||
thread_messages_fastscroller.updateColors(adjustedPrimaryColor, adjustedPrimaryColor.getContrastColor())
|
||||
thread_messages_fastscroller.updateColors(adjustedPrimaryColor)
|
||||
|
||||
thread_character_counter.beVisibleIf(config.showCharacterCounter)
|
||||
thread_character_counter.setTextSize(TypedValue.COMPLEX_UNIT_PX, getTextSize())
|
||||
|
Loading…
x
Reference in New Issue
Block a user