Fix hidden emoji button re-appearing on reply

Change-Id: Ibfff4135d8ac24355a0e7fd3f3395c6ba56b0a85
This commit is contained in:
SpiritCroc 2021-01-16 16:04:58 +01:00
parent e019222b76
commit 9d2c763b16

View file

@ -113,6 +113,7 @@ class TextComposerView @JvmOverloads constructor(
it.clone(context, currentConstraintSetId)
// in case shield is hidden, we will have glitch without this
it.getConstraint(R.id.composerShieldImageView).propertySet.visibility = views.composerShieldImageView.visibility
it.getConstraint(R.id.composerEmojiButton).propertySet.visibility = views.composerEmojiButton.visibility
it.applyTo(this)
}
}