chore: Minor code clean up
This commit is contained in:
parent
540cbb499e
commit
cb0fe173d9
7 changed files with 24 additions and 12 deletions
|
|
@ -142,8 +142,11 @@ class ChatDetailsView extends StatelessWidget {
|
|||
.bodyMedium!
|
||||
.color,
|
||||
),
|
||||
onLinkTap: (url) =>
|
||||
UrlLauncher(context, url).launchUrl(),
|
||||
beforeLaunch: (url) {
|
||||
UrlLauncher(context, url.toString())
|
||||
.launchUrl();
|
||||
return false;
|
||||
},
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue