|
|
@ -278,6 +278,7 @@ class StoryView extends StatelessWidget {
|
|
|
|
? L10n.of(context)!.loadingPleaseWait
|
|
|
|
? L10n.of(context)!.loadingPleaseWait
|
|
|
|
: event.content.tryGet<String>('body') ?? '',
|
|
|
|
: event.content.tryGet<String>('body') ?? '',
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
|
|
|
|
options: const LinkifyOptions(humanize: false),
|
|
|
|
onOpen: (url) =>
|
|
|
|
onOpen: (url) =>
|
|
|
|
UrlLauncher(context, url.url).launchUrl(),
|
|
|
|
UrlLauncher(context, url.url).launchUrl(),
|
|
|
|
linkStyle: TextStyle(
|
|
|
|
linkStyle: TextStyle(
|
|
|
|