mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 06:59:24 +01:00
refactor: return null, if always null
This commit is contained in:
parent
2eac0339b4
commit
f1393c3ca6
@ -121,7 +121,7 @@ public class StringBlock {
|
||||
public String getHTML(int index) {
|
||||
String raw = getString(index);
|
||||
if (raw == null) {
|
||||
return raw;
|
||||
return null;
|
||||
}
|
||||
int[] style = getStyle(index);
|
||||
if (style == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user