Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit a04067d

Browse files
committed
chore: Follow up user dialog sharing
1 parent fd70c29 commit a04067d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/widgets/adaptive_dialogs/user_dialog.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,10 @@ class UserDialog extends StatelessWidget {
227227
AdaptiveIconTextButton(
228228
label: L10n.of(context).share,
229229
icon: Icons.adaptive.share,
230-
onTap: () => FluffyShare.share(profile.userId, context),
230+
onTap: () => FluffyShare.share(
231+
'https://matrix.to/#/${profile.userId}',
232+
context,
233+
),
231234
),
232235
],
233236
),

0 commit comments

Comments
 (0)