diff options
| author | cyBerta <cyberta@riseup.net> | 2019-09-27 12:17:52 +0200 |
|---|---|---|
| committer | cyBerta <cyberta@riseup.net> | 2019-09-27 12:17:52 +0200 |
| commit | 91877ac8ed64927d14c0762cd4402e5ed736fab9 (patch) | |
| tree | de3c5454ba853020f877e3229e3ab5a9024a7cf4 /app/src/main/res/values | |
| parent | e52d759c635a25969079503991e825b3f373cbcc (diff) | |
fix flickering when restarting the vpn
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/themes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 51a8ea0e..7e98ccf4 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -20,4 +20,8 @@ <item name="android:windowBackground">@drawable/splash_page</item> </style> + <style name="invisibleTheme" parent="@android:style/Theme.Translucent.NoTitleBar"> + <item name="android:windowAnimationStyle">@null</item> + </style> + </resources> |
