nicer placeholders
This commit is contained in:
parent
3cb687a968
commit
fae1a81153
3 changed files with 24 additions and 10 deletions
|
|
@ -500,9 +500,14 @@ class RoomChat extends HookConsumerWidget {
|
|||
required bool isSentByMe,
|
||||
MessageGroupStatus? groupStatus,
|
||||
}) => InkWell(
|
||||
onTap: () => showAboutDialog(
|
||||
onTap: () => showDialog(
|
||||
context: context,
|
||||
), // TODO: Download
|
||||
builder: (_) => Dialog(
|
||||
child: Text(
|
||||
"TODO: Download Attachments", // TODO
|
||||
),
|
||||
),
|
||||
),
|
||||
child: FlyerChatFileMessage(
|
||||
topWidget: TopWidget(
|
||||
message,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue