mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 22:50:05 +08:00
fix: rule_set must be not null
This commit is contained in:
parent
9d2cdabd58
commit
2f358dd943
@ -535,7 +535,7 @@ fun buildConfig(
|
||||
makeSingBoxRule(rule.ip.listByLineOrComma(), true)
|
||||
}
|
||||
|
||||
generateRuleSet(ruleSets)
|
||||
if (rule_set != null) generateRuleSet(ruleSets)
|
||||
|
||||
if (rule.port.isNotBlank()) {
|
||||
port = mutableListOf<Int>()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user