mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
7cdae61285
commit
a94fabcb7f
|
@ -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;
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue