Layout problem in the add message page
CheJuJu opened this issue · 1 comments
Describe the bug
Dear developer! In the process of using, I found a bug in layout / display. As shown in the figure, in the Add message page, When the input ( name or topic ) is “space” , the message will still be created. This will result in the input of one space and the input of many spaces not seeing any difference in the message. This may be an adaptation problem. I suspect it is because you didn't restrict the input of spaces. App version is 2.4.1, my mobile phone is Pixel-2, screen resolution setting is 1080*1920, Android system is 12.0. The above is a description of the problem. The overall experience of the software is good. You can see that the design is very attentive. Thank you very much for the efforts of the developers all the time. I hope to receive a reply.
Expected behavior
I hope that the page can be set to scroll, or can set the limit of the input, so that the problem can be solved.
Steps to reproduce this error
-
Select Message tag
-
Click Add Message button
-
Input some spaces
-
Will see this error
Screenshots
Environment
- Version of Presence Publisher Android : 2.4.1,
- Device : Pixel-2,
- OS version : Android 12.0
I guess I can trim the string before checking for emptyness. Thanks for the suggestion.