mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Disable our splash screen on Android 11+
in order to avoid two splash screens from being shown.
This commit is contained in:
6
briar-android/src/main/res/values-v31/attrs.xml
Normal file
6
briar-android/src/main/res/values-v31/attrs.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<integer name="splashScreenDuration">0</integer>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user