slides
All checks were successful
/ test_checkout (push) Successful in 1m48s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-10-20 01:02:40 +02:00
parent 071a82ea56
commit 37f8298cb7
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 508 additions and 20 deletions

View file

@ -99,6 +99,7 @@ In reality, the #platc are loaded by `bootClassLoader` and the classes from the
while file_exists_in_apk(dex_file) and \
not class_found_in_dex_file(class_name, dex_file):
index += 1
dex_file = get_mutli_dex_classses_dex_name(index)
if file_exists_in_apk(dex_file):
return load_from_file(dex_file, class_name)
else: