forked from Henry-Hiles/nexus
Fix inline widgets
This commit is contained in:
parent
bbe36ff86f
commit
3ab8451a64
7 changed files with 40 additions and 33 deletions
|
|
@ -262,6 +262,18 @@ class RoomChat extends HookConsumerWidget {
|
|||
groupStatus: groupStatus,
|
||||
alwaysShow: true,
|
||||
),
|
||||
errorBuilder:
|
||||
(context, error, stackTrace) =>
|
||||
Center(
|
||||
child: Text(
|
||||
"Image Failed to Load",
|
||||
style: TextStyle(
|
||||
color: Theme.of(
|
||||
context,
|
||||
).colorScheme.error,
|
||||
),
|
||||
),
|
||||
),
|
||||
message: message,
|
||||
index: index,
|
||||
headers: room.roomData.client.headers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue