Remove unused function

Change-Id: Ie0985d061297d5ad364c71ae82539b3b10ee809e
This commit is contained in:
SpiritCroc 2021-11-12 12:14:01 +01:00
parent 69d90fc8dd
commit d309d0e396
1 changed files with 0 additions and 5 deletions

View File

@ -90,11 +90,6 @@ class TextComposerView @JvmOverloads constructor(
}
}
private fun updateSendButtonColor(isBlank: Boolean) {
val color = ThemeUtils.getColor(views.sendButton.context, if (isBlank) R.attr.vctr_content_tertiary else R.attr.colorAccent)
views.sendButton.imageTintList = ColorStateList.valueOf(color)
}
fun collapse(animate: Boolean = true, transitionComplete: (() -> Unit)? = null) {
if (currentConstraintSetId == R.layout.composer_layout_constraint_set_compact) {
// ignore we good