redesign user popover
This commit is contained in:
parent
e15d947fac
commit
d46646d781
9 changed files with 302 additions and 272 deletions
|
|
@ -25,12 +25,7 @@ class MentionChip extends ConsumerWidget {
|
|||
: InkWell(
|
||||
onTapUp: (details) {
|
||||
if (membership != null) {
|
||||
context.showUserPopover(
|
||||
membership,
|
||||
mention,
|
||||
roomId: roomId,
|
||||
globalPosition: details.globalPosition,
|
||||
);
|
||||
context.showUserPopover(membership, mention, roomId: roomId);
|
||||
}
|
||||
},
|
||||
child: IgnorePointer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue