Skip to content

Commit

Permalink
Fix orientation bug on Android API 26.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Apr 19, 2021
1 parent aad95cf commit 413ceee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/app/src/main/res/values-v26/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme.NoActionBarLaunch" parent="AppTheme.NoActionBar">
<item name="android:windowIsTranslucent">false</item>
</style>
</resources>

0 comments on commit 413ceee

Please sign in to comment.