chore: Follow up share room alias
This commit is contained in:
parent
2095e3ebad
commit
9720dcf8ee
1 changed files with 1 additions and 3 deletions
|
|
@ -59,9 +59,7 @@ class ChatDetailsView extends StatelessWidget {
|
||||||
tooltip: L10n.of(context)!.share,
|
tooltip: L10n.of(context)!.share,
|
||||||
icon: Icon(Icons.adaptive.share_outlined),
|
icon: Icon(Icons.adaptive.share_outlined),
|
||||||
onPressed: () => FluffyShare.share(
|
onPressed: () => FluffyShare.share(
|
||||||
L10n.of(context)!.youInvitedToBy(
|
AppConfig.inviteLinkPrefix + room.canonicalAlias,
|
||||||
AppConfig.inviteLinkPrefix + room.canonicalAlias,
|
|
||||||
),
|
|
||||||
context,
|
context,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue