Remove flutter chat #26
1 changed files with 1 additions and 1 deletions
fix incorrect popover user for membership events
commit
13f52a3989
|
|
@ -359,7 +359,7 @@ class RenderEvent extends ConsumerWidget {
|
||||||
InkWell(
|
InkWell(
|
||||||
onTapUp: (details) => context.showUserPopover(
|
onTapUp: (details) => context.showUserPopover(
|
||||||
content,
|
content,
|
||||||
event.sender,
|
event.stateKey!,
|
||||||
globalPosition: details.globalPosition,
|
globalPosition: details.globalPosition,
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue