mirror of
https://github.com/revanced/smali.git
synced 2025-05-23 18:16:23 +02:00
Propagating interfaceFullyResolved flag from parent to child interfaces.
This commit is contained in:
parent
d3ac72fd67
commit
063862d44c
@ -135,6 +135,9 @@ public class ClassProto implements TypeProto {
|
||||
interfaces.put(superInterface.getType(), superInterface);
|
||||
}
|
||||
}
|
||||
if (!interfaceProto.interfacesFullyResolved) {
|
||||
interfacesFullyResolved = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (UnresolvedClassException ex) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user