fix: Config viewer not updating state

This commit is contained in:
Christian Kußowski 2025-06-25 10:37:35 +02:00
commit 1991707be7
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 39 additions and 42 deletions

View file

@ -289,6 +289,7 @@ class ChatInputRow extends StatelessWidget {
bottom: 6.0,
top: 3.0,
),
counter: const SizedBox.shrink(),
hintText: L10n.of(context).writeAMessage,
hintMaxLines: 1,
border: InputBorder.none,