mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-11 10:47:39 +03:00
Fix hidden emoji button re-appearing on reply
Change-Id: Ibfff4135d8ac24355a0e7fd3f3395c6ba56b0a85
This commit is contained in:
parent
e019222b76
commit
9d2c763b16
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue