1. UI 走查修改
2. 其他修复。
This commit is contained in:
@@ -37,7 +37,6 @@ class CallChatApi {
|
||||
}
|
||||
|
||||
public synchronized void release() {
|
||||
mApiProvider = null;
|
||||
sInstance = null;
|
||||
}
|
||||
|
||||
@@ -46,6 +45,10 @@ class CallChatApi {
|
||||
return sInstance;
|
||||
}
|
||||
|
||||
public ICarsChattingProvider getApiProvider() {
|
||||
return mApiProvider;
|
||||
}
|
||||
|
||||
private ICarsChattingProvider mApiProvider;
|
||||
|
||||
public void showUserWindow( Context context, MarkerOnlineCar onlineCar ) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user