pkk-code

Results 2 comments of pkk-code

I got it working. The CanShowOverlay function in the handler1 needs to return false, which ensures the next handler is triggered. That's why the handler2 was never called—clever approach. Thank...