From 413ceeed3add04138f4abe4da2417e06bb4de32b Mon Sep 17 00:00:00 2001 From: Sean Wu Date: Wed, 14 Apr 2021 17:48:37 +0800 Subject: [PATCH] Fix orientation bug on Android API 26. See details: https://stackoverflow.com/questions/48072438/java-lang-illegalstateexception-only-fullscreen-opaque-activities-can-request-o/50832408#50832408 --- android/app/src/main/res/values-v26/styles.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 android/app/src/main/res/values-v26/styles.xml diff --git a/android/app/src/main/res/values-v26/styles.xml b/android/app/src/main/res/values-v26/styles.xml new file mode 100644 index 000000000..cd1d2accc --- /dev/null +++ b/android/app/src/main/res/values-v26/styles.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file