diff options
author | Parménides GV <parmegv@sdf.org> | 2014-06-17 12:24:36 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-06-17 12:24:36 +0200 |
commit | 55c7a76f27b04db8a05400882897f88f8436bfac (patch) | |
tree | ce54a116c2bc2109cb35726c03fc6e3aed33ef3d /app/build.gradle | |
parent | 65fb5a54be48e2664f1e4ef1faf1c36f881be09f (diff) |
Progressbar can be null if there is no EIP service
This happens when you've used a eip enabled provider, and then you
switch to a non eip enabled one (e.g., choosing demo.bitmask.net and
then switching to cdev.bitmask.net in their current configurations).
I've also disabled the build task dependency on updating
ics-openvpn. It's causing problems, while not fixing anything.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 8c60eb0f..a57a2763 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -144,4 +144,4 @@ task mergeUntranslatable( type: Copy, dependsOn: 'removeDuplicatedStrings') { delete ics_openvpn_untranslatable } -build.dependsOn ':app:mergeUntranslatable'
\ No newline at end of file +//build.dependsOn ':app:mergeUntranslatable'
\ No newline at end of file |