chore: Follow up share alias
This commit is contained in:
parent
d691f46419
commit
2095e3ebad
1 changed files with 4 additions and 1 deletions
|
|
@ -134,7 +134,10 @@ class ChatAccessSettingsPageView extends StatelessWidget {
|
||||||
)
|
)
|
||||||
: IconButton(
|
: IconButton(
|
||||||
icon: Icon(Icons.adaptive.share_outlined),
|
icon: Icon(Icons.adaptive.share_outlined),
|
||||||
onPressed: () => FluffyShare.share(room.id, context),
|
onPressed: () => FluffyShare.share(
|
||||||
|
'https://matrix.to/#/${room.canonicalAlias}',
|
||||||
|
context,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue