mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-30 06:14:25 +02:00
fix Merge error
This commit is contained in:
parent
639cabed78
commit
00e0a21a7d
@ -340,7 +340,7 @@
|
|||||||
if(this.isNull()){
|
if(this.isNull()){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return coming.getTableEntry().shouldMerge(coming.getTableEntry());
|
return getTableEntry().shouldMerge(coming.getTableEntry());
|
||||||
}
|
}
|
||||||
|
|
||||||
public String buildResourceName(int resourceId, char prefix, boolean includeType){
|
public String buildResourceName(int resourceId, char prefix, boolean includeType){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user