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 {
|
||||
return status.sBridgesDefault;
|
||||
} catch (Exception ignored) {
|
||||
|
@ -78,7 +78,7 @@ public class bridgesDataModel {
|
|||
onLoad((Context) pData.get(0));
|
||||
}
|
||||
if (p_commands == dataEnums.eBridgeWebsiteCommands.M_FETCH) {
|
||||
return onFetch((Context) pData.get(0));
|
||||
return onFetch();
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Version */
|
||||
project.ext.vname = 'Build | Dark-Origin 1.0.6.0'
|
||||
project.ext.vcode = 420
|
||||
project.ext.vname = 'Build | Dark-Origin 1.0.6.1'
|
||||
project.ext.vcode = 425
|
||||
project.ext.buildType = 'release'
|
||||
|
||||
/* dimension */
|
||||
|
|
Loading…
Reference in New Issue