mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
windowLayoutInDisplayCutoutMode shortEdges
This commit is contained in:
parent
22db1435db
commit
7a2d8ecbd4
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,9 @@
|
|||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
the Flutter engine draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
<item name="android:forceDarkAllowed">false</item>
|
||||
<item name="android:windowFullscreen">false</item>
|
||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ dependencies:
|
|||
sdk: flutter
|
||||
go_router: ^6.5.2
|
||||
flutter_riverpod: ^2.3.2
|
||||
hidable: ^1.0.3
|
||||
cached_network_image: ^3.2.3
|
||||
hive_flutter: ^1.1.0
|
||||
hive_generator: ^2.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue