mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 01:07: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 i;
|
||||||
int skip = 0;
|
int skip = 0;
|
||||||
ExtFile mOrigApk = null;
|
ExtFile mOrigApk = null;
|
||||||
String mAaptPath = null;
|
String mAaptPath = "";
|
||||||
for (i = 0; i < args.length; i++) {
|
for (i = 0; i < args.length; i++) {
|
||||||
String opt = args[i];
|
String opt = args[i];
|
||||||
if (! opt.startsWith("-")) {
|
if (! opt.startsWith("-")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user