mirror of
https://github.com/FossifyOrg/Messages.git
synced 2026-06-18 13:28:42 -04:00
fixing some compile errors
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user