Bug Fixes

Bug Fixes
master
Abdul Mannan Saeed 2022-12-08 17:39:38 +05:00
parent 7cdae61285
commit a94fabcb7f
2 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ public class bridgesDataModel {
} }
private String onFetch(Context pContext) { private String onFetch() {
try { try {
return status.sBridgesDefault; return status.sBridgesDefault;
} catch (Exception ignored) { } catch (Exception ignored) {
@ -78,7 +78,7 @@ public class bridgesDataModel {
onLoad((Context) pData.get(0)); onLoad((Context) pData.get(0));
} }
if (p_commands == dataEnums.eBridgeWebsiteCommands.M_FETCH) { if (p_commands == dataEnums.eBridgeWebsiteCommands.M_FETCH) {
return onFetch((Context) pData.get(0)); return onFetch();
} }
return null; return null;

View File

@ -1,6 +1,6 @@
/* Version */ /* Version */
project.ext.vname = 'Build | Dark-Origin 1.0.6.0' project.ext.vname = 'Build | Dark-Origin 1.0.6.1'
project.ext.vcode = 420 project.ext.vcode = 425
project.ext.buildType = 'release' project.ext.buildType = 'release'
/* dimension */ /* dimension */