From 7352ae2e12107fa282602a112a1d2d9c8955282b Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 15 Nov 2023 01:16:49 +0300 Subject: [PATCH] Update AndroidManifest.xml of the example --- example/android/app/src/main/AndroidManifest.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 447ef189..fcb9147b 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -1,9 +1,11 @@ - + - + @@ -44,7 +46,8 @@ + android:theme="@style/Theme.AppCompat.Light.NoActionBar" + tools:ignore="LockedOrientationActivity" />