mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +01:00
ResReferenceValue: removed some old code.
This commit is contained in:
parent
62ff8d58df
commit
77957ae1ae
@ -43,13 +43,10 @@ public class ResReferenceValue extends ResIntValue {
|
|||||||
if (isNull()) {
|
if (isNull()) {
|
||||||
return "@null";
|
return "@null";
|
||||||
}
|
}
|
||||||
// try {
|
|
||||||
return
|
return
|
||||||
(mTheme ? '?' : '@') +
|
(mTheme ? '?' : '@') +
|
||||||
getReferent().getFullName(mPackage, mTheme);
|
getReferent().getFullName(mPackage, mTheme);
|
||||||
// } catch (AndrolibException ex) {
|
|
||||||
// return "@" + String.valueOf(mValue);
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public ResResSpec getReferent() throws AndrolibException {
|
public ResResSpec getReferent() throws AndrolibException {
|
||||||
|
Loading…
Reference in New Issue
Block a user