mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Merge pull request #3540 from vector-im/feature/bma/fix_composer
Send button does not show up half of the time (#3535)
This commit is contained in:
commit
48002e11b6
1
changelog.d/3535.feature
Normal file
1
changelog.d/3535.feature
Normal file
@ -0,0 +1 @@
|
||||
Send button does not show up half of the time
|
@ -73,6 +73,7 @@ class TextComposerView @JvmOverloads constructor(
|
||||
override fun onTextBlankStateChanged(isBlank: Boolean) {
|
||||
callback?.onTextBlankStateChanged(isBlank)
|
||||
val shouldBeVisible = currentConstraintSetId == R.layout.composer_layout_constraint_set_expanded || !isBlank
|
||||
TransitionManager.endTransitions(this@TextComposerView)
|
||||
if (views.sendButton.isVisible != shouldBeVisible) {
|
||||
TransitionManager.beginDelayedTransition(
|
||||
this@TextComposerView,
|
||||
|
Loading…
Reference in New Issue
Block a user