diff --git a/src/biz/bokhorst/xprivacy/XPrivacy.java b/src/biz/bokhorst/xprivacy/XPrivacy.java index bc6d5daab..e5316f8cd 100644 --- a/src/biz/bokhorst/xprivacy/XPrivacy.java +++ b/src/biz/bokhorst/xprivacy/XPrivacy.java @@ -342,7 +342,7 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable { if (xparam.hasResult()) param.setResult(xparam.getResult()); if (xparam.hasThrowable()) - param.setResult(xparam.getThrowable()); + param.setThrowable(xparam.getThrowable()); } catch (Throwable ex) { Util.bug(null, ex); }