chore: default to reactions maxWidth null if not available (#5047)
This commit is contained in:
parent
3517d0d627
commit
fa4de79b3b
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class OverlayCenterContent extends StatelessWidget {
|
|||
event,
|
||||
chatController.timeline!,
|
||||
chatController,
|
||||
maxWidth: reactionsWidth ?? 0.0,
|
||||
maxWidth: reactionsWidth,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue