chore: Remove story line count and make answering to stories online
This commit is contained in:
parent
7b7487189d
commit
9c784fd9f6
2 changed files with 1 additions and 2 deletions
|
|
@ -320,7 +320,7 @@ class StoryView extends StatelessWidget {
|
|||
minLines: 1,
|
||||
maxLines: 7,
|
||||
onSubmitted: controller.replyAction,
|
||||
textInputAction: TextInputAction.newline,
|
||||
textInputAction: TextInputAction.send,
|
||||
readOnly: controller.replyLoading,
|
||||
decoration: InputDecoration(
|
||||
hintText: L10n.of(context)!.reply,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue