Post details

💄 Somewhere optimization
This commit is contained in:
2024-03-24 22:57:12 +08:00
parent 217c20164f
commit 91d238bc2f
11 changed files with 139 additions and 22 deletions

View File

@ -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(

View File

@ -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(