mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 12:20:11 +02:00
Use java.lang.Object as the superclass of an unresolvable class while deodexing
This commit is contained in:
parent
ebd1b0e9c1
commit
c1023018d9
@ -537,7 +537,7 @@ public class ClassPath {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public ClassDef getSuperclass() {
|
public ClassDef getSuperclass() {
|
||||||
throw unresolvedValidationException();
|
return theClassPath.javaLangObjectClassDef;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getClassDepth() {
|
public int getClassDepth() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user