mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-03 15:44:27 +02:00
fix: pack language/region
This commit is contained in:
parent
3e87435a1d
commit
128346351a
@ -862,7 +862,7 @@ public class ResConfig extends FixedBlockContainer
|
|||||||
if(in==null || in.length<2){
|
if(in==null || in.length<2){
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
if (in[2] == 0 || in[2] == '-') {
|
if (in.length==2 || in[2] == 0 || in[2] == '-') {
|
||||||
out[0] = (byte) in[0];
|
out[0] = (byte) in[0];
|
||||||
out[1] = (byte) in[1];
|
out[1] = (byte) in[1];
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user