changed launch mode to in-app
This commit is contained in:
parent
d842b2d588
commit
b4f2d38e99
@ -960,11 +960,13 @@ class SettingsScreenState extends State<SettingsScreen>
|
|||||||
color: AppColors.of(context).text.withOpacity(0.95),
|
color: AppColors.of(context).text.withOpacity(0.95),
|
||||||
),
|
),
|
||||||
title: Text("stickermap".i18n),
|
title: Text("stickermap".i18n),
|
||||||
onPressed: () =>
|
onPressed: () => launchUrl(
|
||||||
launchUrl(Uri.parse("https://stickermap.refilc.hu")),
|
Uri.parse("https://stickermap.refilc.hu"),
|
||||||
|
mode: LaunchMode.inAppBrowserView,
|
||||||
|
),
|
||||||
borderRadius: const BorderRadius.vertical(
|
borderRadius: const BorderRadius.vertical(
|
||||||
top: Radius.circular(12.0),
|
top: Radius.circular(12.0),
|
||||||
bottom: Radius.circular(4.0),
|
bottom: Radius.circular(12.0),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user