summaryrefslogtreecommitdiff
path: root/app/src/production/java
diff options
context:
space:
mode:
authorFup Duck <fupduck@sacknagel.com>2018-01-08 15:49:34 +0100
committerFup Duck <fupduck@sacknagel.com>2018-01-08 15:49:34 +0100
commitbd99fc61a2e8217c41b70c6f2ff0df87e7008ea0 (patch)
tree3bff12a513159483debedcb377015184aceb2e45 /app/src/production/java
parent4f7200c55032d17c9bdbdb30cfd83dc757c63fe7 (diff)
seperate accountList and settingsList in drawer
Diffstat (limited to 'app/src/production/java')
-rw-r--r--app/src/production/java/se/leap/bitmaskclient/ProviderAPI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/production/java/se/leap/bitmaskclient/ProviderAPI.java b/app/src/production/java/se/leap/bitmaskclient/ProviderAPI.java
index a818e508..df9697fb 100644
--- a/app/src/production/java/se/leap/bitmaskclient/ProviderAPI.java
+++ b/app/src/production/java/se/leap/bitmaskclient/ProviderAPI.java
@@ -53,7 +53,7 @@ public class ProviderAPI extends ProviderApiBase {
/**
* Downloads a provider.json from a given URL, adding a new provider using the given name.
- */
+ *
* @param task containing a boolean meaning if the provider is custom or not, another boolean meaning if the user completely trusts this provider, the provider name and its provider.json url.
* @return a bundle with a boolean value mapped to a key named RESULT_KEY, and which is true if the update was successful.
*/