Skip to content

Commit

Permalink
chore: add remove
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Oct 8, 2024
1 parent 347f42a commit 2553614
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:forceDarkAllowed">false</item>
<!-- 앱 재시작 할 때 콜드스타트로 화면 하얗게 보이는 현상 방지 -->

<item name="android:windowDisablePreview">true</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
Expand Down

0 comments on commit 2553614

Please sign in to comment.