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