diff --git a/native.js b/native.js index 1def4679..62f55cf0 100644 --- a/native.js +++ b/native.js @@ -535,6 +535,11 @@ Native["com/nokia/mid/ui/gestures/GestureRegistrationManager.setListener.(Ljava/ var listener = stack.pop(), container = stack.pop(); } +Native["com/nokia/mid/ui/gestures/GestureRegistrationManager.register.(Ljava/lang/Object;Lcom/nokia/mid/ui/gestures/GestureInteractiveZone;)Z"] = function(ctx, stack) { + var gestureInteractiveZone = stack.pop(), container = stack.pop(); + stack.push(0); +} + Native["com/nokia/mid/ui/gestures/GestureInteractiveZone.isSupported.(I)Z"] = function(ctx, stack) { var gestureEventIdentity = stack.pop(); stack.push(0);