better message_item layout

This commit is contained in:
2024-06-15 12:37:38 +02:00
parent 8126327b95
commit 9c366399df
4 changed files with 44 additions and 24 deletions

View File

@@ -130,6 +130,8 @@ class _SendRootPageState extends State<SendRootPage> {
try {
final Uri uri = Uri.parse(url);
ApplicationLog.debug('Opening URL: [ ${uri.toString()} ]');
if (await canLaunchUrl(uri)) {
await launchUrl(uri);
} else {