mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-10 10:56:48 +01:00
No need to reevaluate 'resource != null'
This commit is contained in:
parent
f5765d37c8
commit
12107ecde8
@ -503,8 +503,9 @@ public class InstructionMethodItem<T extends Instruction> extends MethodItem {
|
|||||||
if (resource != null) {
|
if (resource != null) {
|
||||||
writer.write(" # ");
|
writer.write(" # ");
|
||||||
writer.write(resource);
|
writer.write(resource);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return (resource != null);
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void writeFieldOffset(IndentingWriter writer) throws IOException {
|
protected void writeFieldOffset(IndentingWriter writer) throws IOException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user