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
|
|
@ -25,6 +25,7 @@ class MembershipRenderer extends StatelessWidget {
|
|||
onTapUp: (details) => context.showUserPopover(
|
||||
content,
|
||||
event.stateKey!,
|
||||
roomId: event.roomId,
|
||||
globalPosition: details.globalPosition,
|
||||
),
|
||||
child: Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue