1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Register to post events

This commit is contained in:
2020-04-18 16:07:56 +02:00
parent 469e1e1f92
commit 02034acbbe
4 changed files with 91 additions and 13 deletions

View File

@ -591,7 +591,8 @@ class _PostTileState extends State<PostTile> {
context: context,
title: tr("Update post content"),
message: tr("Please enter message content: "),
defaultValue: widget.post.content.isNull == null ? "" : widget.post.content.content,
defaultValue:
widget.post.content.isNull == null ? "" : widget.post.content.content,
hint: tr("Post content"),
);