✨ Post details
💄 Somewhere optimization
This commit is contained in:
@ -132,7 +132,9 @@ class _CommentEditorScreenState extends State<CommentEditorScreen> {
|
||||
child: const Text('OPEN'),
|
||||
onPressed: () async {
|
||||
await launchUrl(
|
||||
Uri.parse("https://co.solsynth.dev"));
|
||||
Uri.parse("https://co.solsynth.dev"),
|
||||
mode: LaunchMode.externalApplication,
|
||||
);
|
||||
},
|
||||
),
|
||||
TextButton(
|
||||
|
@ -154,7 +154,9 @@ class _MomentEditorScreenState extends State<MomentEditorScreen> {
|
||||
child: const Text('OPEN'),
|
||||
onPressed: () async {
|
||||
await launchUrl(
|
||||
Uri.parse("https://co.solsynth.dev"));
|
||||
Uri.parse("https://co.solsynth.dev"),
|
||||
mode: LaunchMode.externalApplication,
|
||||
);
|
||||
},
|
||||
),
|
||||
TextButton(
|
||||
|
Reference in New Issue
Block a user