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
|
|
@ -83,6 +83,7 @@ class MemberList extends HookConsumerWidget {
|
|||
onTapUp: (details) => context.showUserPopover(
|
||||
member.content as MembershipContent,
|
||||
member.stateKey!,
|
||||
roomId: roomId,
|
||||
globalPosition: details.globalPosition,
|
||||
),
|
||||
child: ListTile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue