From f120980d3352351d50bb8102fbd395bb86e7348d Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Thu, 5 Jan 2023 14:10:25 -0500 Subject: [PATCH] Fix android not opening links problem --- android/app/src/main/AndroidManifest.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8e5d6cc..dd26b82 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,7 @@ - @@ -17,12 +18,11 @@ while the Flutter UI initializes. After that, this theme continues to determine the Window background behind the Flutter UI. --> + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> - - + +