更新资源

This commit is contained in:
qiji4215
2023-05-05 14:47:43 +08:00
parent eb84e153ff
commit 0cce793b9e
22 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ class LayerConfigUtils {
fun getLayerConfigList(): List<ImportConfig> {
// 首先读取Shared文件如果存在则直接返回否则读取config文件
return SPStaticUtils.getString(Constant.EVENT_LAYER_MANAGER_CHANGE, null).let {
if (this!=null) {
if (it!=null) {
val result: List<ImportConfig> = gson.fromJson(it, object : TypeToken<List<ImportConfig>>(){}.type)
result
} else {