mirror of
https://github.com/revanced/smali.git
synced 2025-05-24 02:22:20 +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);
|
interfaces.put(superInterface.getType(), superInterface);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!interfaceProto.interfacesFullyResolved) {
|
||||||
|
interfacesFullyResolved = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (UnresolvedClassException ex) {
|
} catch (UnresolvedClassException ex) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user