mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45: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()) {
|
||||
return "@null";
|
||||
}
|
||||
// try {
|
||||
|
||||
return
|
||||
(mTheme ? '?' : '@') +
|
||||
getReferent().getFullName(mPackage, mTheme);
|
||||
// } catch (AndrolibException ex) {
|
||||
// return "@" + String.valueOf(mValue);
|
||||
// }
|
||||
}
|
||||
|
||||
public ResResSpec getReferent() throws AndrolibException {
|
||||
|
Loading…
Reference in New Issue
Block a user