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

#783 Fix of issue for quick message input #788

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

noffeperfekt
Copy link
Contributor

#783 Fix of issue for quick message input.

Currently, the input for the quick message is a single line of text (android:inputType="textShortMessage") this does not correlate with the type of input that is used when writing a message (android:inputType="textMultiLine|textCapSentences") whitch is multiline-capable.

Problem:
With textShortMessage you can only have single line quick message.

Solution:
Change android:inputType="textShortMessage" to android:inputType="textMultiLine|textCapSentences" on line 17 in file app/src/main/res/layout/dialog_add_quick_chat.xml
Also added maxLength="228" acording to @andrekir tip

@CLAassistant
Copy link

CLAassistant commented Nov 30, 2023

CLA assistant check
All committers have signed the CLA.

@andrekir andrekir merged commit a98ca72 into meshtastic:master Dec 1, 2023
1 check passed
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 this pull request may close these issues.

3 participants