Updated on 2026-08-14

This commit is contained in:
Tangem 2020-04-30 10:53:47 +03:00
parent 917e414f14
commit 36c9a29ac1

View file

@ -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 = ""
}
}
}