ui: attempt to fix a15 e2e enforcement bugs
Certain devices (mostly Sony for some reason???) have bugged e2e enforcement that actually breaks it on my app. Try to see if we can "fix" this by disabling the enforcement using the optOut flag.
This commit is contained in:
parent
251197b47b
commit
bfcaba4acd
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Auxio.App"
|
||||
android:appCategory="audio"
|
||||
android:windowOptOutEdgeToEdgeEnforcement="true"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
tools:ignore="UnusedAttribute">
|
||||
|
||||
|
|
Loading…
Reference in a new issue