Added edit message to must have content

This commit is contained in:
JHubi1 2024-06-03 16:22:45 +02:00
parent 5a98f3eb7a
commit 7f26da7954
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
1 changed files with 1 additions and 0 deletions

View File

@ -1326,6 +1326,7 @@ class _MainAppState extends State<MainApp> {
? 10
: ((text.length >= 50) ? 5 : 3),
);
if (input == "") return;
messages[index] = types.TextMessage(
author: p1.author,