Skip to content
Snippets Groups Projects
Commit fd0b174a authored by cyberta's avatar cyberta
Browse files

set bitmask-core's debug mode before fetching ServiceInfos in case app is a debug build

parent 26a14017
No related branches found
No related tags found
1 merge request!350APIv5 bugfixes
......@@ -103,6 +103,7 @@ public class ProviderApiManagerV5 extends ProviderApiManagerBase implements IPro
BitmaskMobile bm;
try {
bm = new BitmaskMobile(provider.getMainUrl(), new PreferenceHelper.SharedPreferenceStore());
bm.setDebug(BuildConfig.DEBUG);
} catch (IllegalStateException e) {
return eventSender.setErrorResult(currentDownload, R.string.config_error_found, null);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment