Update AngConfigManager.kt
This commit is contained in:
@@ -1001,7 +1001,7 @@ object AngConfigManager {
|
|||||||
config.subscriptionId = subid
|
config.subscriptionId = subid
|
||||||
config.fullConfig = srv
|
config.fullConfig = srv
|
||||||
val key = MmkvManager.encodeServerConfig("", config)
|
val key = MmkvManager.encodeServerConfig("", config)
|
||||||
serverRawStorage?.encode(key, gson.toJson(srv))
|
serverRawStorage?.encode(key, Gson.toJson(srv))
|
||||||
count += 1
|
count += 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user