Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send button does not show up half of the time #3535

Closed
cschmatzler opened this issue Jun 20, 2021 · 4 comments · Fixed by #3540
Closed

Send button does not show up half of the time #3535

cschmatzler opened this issue Jun 20, 2021 · 4 comments · Fixed by #3540
Assignees

Comments

@cschmatzler
Copy link

Describe the bug

In the current pre-release with the disappearing "send' button that only shows up when the message field isn't empty, it oftentimes does not show up even when a message has been written. Then, the input field needs to be completely deleted and content re-added for it to appear.

To Reproduce

Steps to reproduce the behavior:

  1. Type a message.
  2. If unlucky, button stays hidden.

Expected behavior

Let me send a message.

Smartphone (please complete the following information):

  • Device: Galaxy Note 10+
  • OS: Android 11

Additional context

  • App version and store: 1.1.10 [40101102] (G-b2627)
  • Homeserver: irrelevant
@bmarty bmarty self-assigned this Jun 21, 2021
@bmarty
Copy link
Member

bmarty commented Jun 21, 2021

Thanks for reporting.

I can reproduce 100% time with this scenario:

  • type one letter -> the send icon is shown
  • delete it and type a letter quickly -> the send button is hidden and not shown again

This is due to the lag caused by the animation. I will fix.

Also a workaround to make the button appear again is going back to the room list (the draft will be saved) and open the room again.

@Destroyer
Copy link

can you push a version with this fix? really annoying bug
thank you

@cschmatzler
Copy link
Author

Hey @bmarty, thanks for the quick follow-up! Going back to the list is indeed a workaround for now, thanks for suggesting that.
Looking forward to see a release with #3540 on the beta channel soon!

bmarty added a commit that referenced this issue Jun 22, 2021
Send button does not show up half of the time (#3535)
@bmarty
Copy link
Member

bmarty commented Jun 22, 2021

Fixed in 1.1.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants