chore: do not humanize links

This commit is contained in:
Krille 2023-05-23 08:22:34 +02:00
commit ec9aff28c8
5 changed files with 5 additions and 0 deletions

View file

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