merge socket replace code and update aicloud sdk version
This commit is contained in:
@@ -26,9 +26,9 @@ public class MogoSocketManager implements IMogoSocketManager {
|
||||
private IMogoSocketManager mDelegate;
|
||||
|
||||
@Override
|
||||
public void init(Context context, String appId) {
|
||||
public void init(Context context, String appId, double lat, double lon) {
|
||||
if (mDelegate != null) {
|
||||
mDelegate.init(context, appId);
|
||||
mDelegate.init(context, appId, lat, lon);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user