mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-23 00:06:42 +08:00
更新 CIMCacheToolkit.java
This commit is contained in:
parent
98b9298e60
commit
7cb3c4828d
@ -37,8 +37,11 @@ class CIMCacheToolkit extends SQLiteOpenHelper {
|
||||
public static final String KEY_CIM_SERVIER_PORT = "KEY_CIM_SERVIER_PORT";
|
||||
|
||||
public static final String KEY_CIM_CONNECTION_STATE = "KEY_CIM_CONNECTION_STATE";
|
||||
|
||||
private static CIMCacheToolkit toolkit;
|
||||
|
||||
private SQLiteDatabase mSQLiteDatabase;
|
||||
|
||||
public synchronized static CIMCacheToolkit getInstance(Context context){
|
||||
if (toolkit==null){
|
||||
toolkit = new CIMCacheToolkit(context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user