chore: do not humanize links
This commit is contained in:
parent
d6bd765d66
commit
ec9aff28c8
5 changed files with 5 additions and 0 deletions
|
|
@ -278,6 +278,7 @@ class StoryView extends StatelessWidget {
|
|||
? L10n.of(context)!.loadingPleaseWait
|
||||
: event.content.tryGet<String>('body') ?? '',
|
||||
textAlign: TextAlign.center,
|
||||
options: const LinkifyOptions(humanize: false),
|
||||
onOpen: (url) =>
|
||||
UrlLauncher(context, url.url).launchUrl(),
|
||||
linkStyle: TextStyle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue