forked from Nexus/nexus
fix conditional rendering of popover actions
This commit is contained in:
parent
786c8cb3e2
commit
2ec442b35b
6 changed files with 7 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ class MessageAvatar extends ConsumerWidget {
|
|||
onTapUp: (details) => context.showUserPopover(
|
||||
value,
|
||||
event.sender,
|
||||
roomId: event.roomId,
|
||||
globalPosition: details.globalPosition,
|
||||
),
|
||||
child: AvatarOrHash(
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ class MessageDisplayname extends ConsumerWidget {
|
|||
? (details) => context.showUserPopover(
|
||||
value,
|
||||
event.sender,
|
||||
roomId: event.roomId,
|
||||
globalPosition: details.globalPosition,
|
||||
)
|
||||
: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue