mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
ugh SpringSuite is half-commiting. Adjusting null -> "" for strings
This commit is contained in:
parent
c62f1c5f64
commit
2a7cf75682
@ -172,7 +172,7 @@ public class Main {
|
||||
int i;
|
||||
int skip = 0;
|
||||
ExtFile mOrigApk = null;
|
||||
String mAaptPath = null;
|
||||
String mAaptPath = "";
|
||||
for (i = 0; i < args.length; i++) {
|
||||
String opt = args[i];
|
||||
if (! opt.startsWith("-")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user