chore: Follow up user dialog sharing
This commit is contained in:
parent
fd70c292e9
commit
a04067d1e9
1 changed files with 4 additions and 1 deletions
|
|
@ -227,7 +227,10 @@ class UserDialog extends StatelessWidget {
|
|||
AdaptiveIconTextButton(
|
||||
label: L10n.of(context).share,
|
||||
icon: Icons.adaptive.share,
|
||||
onTap: () => FluffyShare.share(profile.userId, context),
|
||||
onTap: () => FluffyShare.share(
|
||||
'https://matrix.to/#/${profile.userId}',
|
||||
context,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue