mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
parent
f94cdc5cf3
commit
7a2c0c8bb8
@ -65,6 +65,9 @@ final public class AndrolibResources {
|
||||
ResPackage pkg;
|
||||
|
||||
switch (pkgs.length) {
|
||||
case 0:
|
||||
pkg = null;
|
||||
break;
|
||||
case 1:
|
||||
pkg = pkgs[0];
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user