Remove unused function
Change-Id: Ie0985d061297d5ad364c71ae82539b3b10ee809e
This commit is contained in:
parent
69d90fc8dd
commit
d309d0e396
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue