mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 12:37:37 +02:00
Propagating interfacesFullyResolved from the parent.
This commit is contained in:
@ -161,9 +161,11 @@ public class ClassProto implements TypeProto {
|
||||
interfaces.put(superclassInterface, null);
|
||||
}
|
||||
}
|
||||
if (!superclassProto.interfacesFullyResolved) {
|
||||
interfacesFullyResolved = false;
|
||||
}
|
||||
}
|
||||
} catch (UnresolvedClassException ex) {
|
||||
// TODO: not sure if this is necessary
|
||||
interfacesFullyResolved = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user