chore: do not humanize links
This commit is contained in:
parent
d6bd765d66
commit
ec9aff28c8
5 changed files with 5 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ class PublicRoomBottomSheet extends StatelessWidget {
|
|||
fontSize: 14,
|
||||
color: Theme.of(context).textTheme.bodyMedium!.color,
|
||||
),
|
||||
options: const LinkifyOptions(humanize: false),
|
||||
onOpen: (url) =>
|
||||
UrlLauncher(context, url.url).launchUrl(),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue