Update AngConfigManager.kt

This commit is contained in:
MrMalekfar
2024-02-29 02:04:42 +03:30
committed by GitHub
parent 5eb09aa54e
commit e80cce9696

View File

@@ -1001,7 +1001,7 @@ object AngConfigManager {
config.subscriptionId = subid
config.fullConfig = srv
val key = MmkvManager.encodeServerConfig("", config)
serverRawStorage?.encode(key, gson.toJson(srv))
serverRawStorage?.encode(key, Gson.toJson(srv))
count += 1
}
}