mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 08:38:43 +01:00
Fix hidden emoji button re-appearing on reply
Change-Id: Ibfff4135d8ac24355a0e7fd3f3395c6ba56b0a85
This commit is contained in:
parent
e019222b76
commit
9d2c763b16
@ -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…
x
Reference in New Issue
Block a user