mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-03 15:44:27 +02:00
keep packages sorted
This commit is contained in:
parent
fa97a2c74b
commit
3e4d37b04f
@ -73,9 +73,8 @@
|
|||||||
Map<File, ResourceIds.Table.Package> map =
|
Map<File, ResourceIds.Table.Package> map =
|
||||||
initializeEncodeMaterials(pubXmlFileList, encodeMaterials);
|
initializeEncodeMaterials(pubXmlFileList, encodeMaterials);
|
||||||
|
|
||||||
for(Map.Entry<File, ResourceIds.Table.Package> entry:map.entrySet()){
|
for(File pubXmlFile:pubXmlFileList){
|
||||||
File pubXmlFile=entry.getKey();
|
ResourceIds.Table.Package pkgResourceIds=map.get(pubXmlFile);
|
||||||
ResourceIds.Table.Package pkgResourceIds=entry.getValue();
|
|
||||||
addParsedFiles(pubXmlFile);
|
addParsedFiles(pubXmlFile);
|
||||||
|
|
||||||
PackageCreator packageCreator = new PackageCreator();
|
PackageCreator packageCreator = new PackageCreator();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user