mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-01-12 17:52:17 +08:00
Merge branch 'master' of github.com:infinitered/rmq
This commit is contained in:
@@ -134,7 +134,7 @@ module RubyMotionQuery
|
||||
raise "[RMQ Error] Event already exists on this object: #{event}. Remove first, using .off" if @event_set[event]
|
||||
|
||||
if rmqe = event_instance(view, event, block)
|
||||
view.userInteractionEnabled = true if view.respond_to?(:userInteractionEnabled=) && view.isUserInteractionEnabled == false
|
||||
view.userInteractionEnabled = true
|
||||
|
||||
rmqe.set_options(args) if rmqe.respond_to? :set_options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user