Fix: android's api should be static
This commit is contained in:
parent
eef531d839
commit
13ba43cb19
@ -69,7 +69,7 @@ public class Doric {
|
|||||||
DoricSingleton.getInstance().getJSLoaderManager().addJSLoader(jsLoader);
|
DoricSingleton.getInstance().getJSLoaderManager().addJSLoader(jsLoader);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setEnvironmentValue(Map<String, Object> value) {
|
public static void setEnvironmentValue(Map<String, Object> value) {
|
||||||
DoricSingleton.getInstance().setEnvironmentValue(value);
|
DoricSingleton.getInstance().setEnvironmentValue(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user