mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 14:40:06 +08:00
don't merge global custom config in test
This commit is contained in:
parent
52a5825df7
commit
c8af494a50
@ -738,7 +738,7 @@ fun buildConfig(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_hack_custom_config = DataStore.globalCustomConfig
|
if (!forTest) _hack_custom_config = DataStore.globalCustomConfig
|
||||||
}.let {
|
}.let {
|
||||||
val configMap = it.asMap()
|
val configMap = it.asMap()
|
||||||
Util.mergeJSON(configMap, proxy.requireBean().customConfigJson)
|
Util.mergeJSON(configMap, proxy.requireBean().customConfigJson)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user