Updated on 2026-08-14
This commit is contained in:
parent
917e414f14
commit
36c9a29ac1
1 changed files with 5 additions and 0 deletions
|
|
@ -108,6 +108,11 @@ internal class JsonToConfig : Converter<PersonalizationJson, PersonalizationConf
|
|||
}
|
||||
}
|
||||
}
|
||||
val selectedAar = Helper.aarList().firstOrNull { it.value == config.aar }
|
||||
if (selectedAar == null) {
|
||||
config.aarCustom = config.aar
|
||||
config.aar = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue