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