mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 21:09:21 +00:00
Reduce minimal messages size
This commit is contained in:
parent
4db9191fd8
commit
ce908d1b51
@ -253,7 +253,7 @@ class _ConversationScreenState extends SafeState<ConversationScreen> {
|
|||||||
|
|
||||||
void _updatedText(String text) {
|
void _updatedText(String text) {
|
||||||
setState(() {
|
setState(() {
|
||||||
_isMessageValid = text.length > 4;
|
_isMessageValid = text.length > 2;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user