properly color the new fastscroller

This commit is contained in:
tibbi 2021-11-27 19:47:57 +01:00
parent 9c56922b75
commit b3a30f17d9

View File

@ -343,6 +343,9 @@ class ThreadActivity : SimpleActivity() {
confirm_manage_contacts.applyColorFilter(textColor)
thread_add_attachment.applyColorFilter(textColor)
val adjustedPrimaryColor = getAdjustedPrimaryColor()
thread_messages_fastscroller.updateColors(adjustedPrimaryColor, adjustedPrimaryColor.getContrastColor())
thread_character_counter.beVisibleIf(config.showCharacterCounter)
thread_character_counter.setTextSize(TypedValue.COMPLEX_UNIT_PX, getTextSize())