summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-09-27 12:17:52 +0200
committercyBerta <cyberta@riseup.net>2019-09-27 12:17:52 +0200
commit91877ac8ed64927d14c0762cd4402e5ed736fab9 (patch)
treede3c5454ba853020f877e3229e3ab5a9024a7cf4 /app/src/main/AndroidManifest.xml
parente52d759c635a25969079503991e825b3f373cbcc (diff)
fix flickering when restarting the vpn
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index a00582cc..9a2b1e43 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -62,10 +62,10 @@
<activity
android:name=".eip.VoidVpnLauncher"
- android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+ android:theme="@style/invisibleTheme" />
<activity
android:name="de.blinkt.openvpn.LaunchVPN"
- android:label="@string/vpn_launch_title" />
+ android:theme="@style/invisibleTheme" />
<activity
android:name=".StartActivity"
android:label="@string/app_name"