chore: Follow up user dialog sharing

This commit is contained in:
Christian Kußowski 2026-02-25 20:22:25 +01:00
parent fd70c292e9
commit a04067d1e9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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,
),
),
],
),