XposedBridge icon indicating copy to clipboard operation
XposedBridge copied to clipboard

Hook callback not called if hooked method is called from an other hook

Open MPeti1 opened this issue 6 years ago • 0 comments

If I call firstMethod() from secondMethod()'s callback, then firstMethod()'s callback doesn't get called. But then what is the purpose of XposedBridge.invokeOriginalMethod()? I mean, that should only happen if I call firstMethod() through XposedBridge.invokeOriginalMethod(). Is this a bug, or do I misunderstand something?

MPeti1 avatar Oct 14 '18 20:10 MPeti1