diff --git a/druid/base/blocker.lua b/druid/base/blocker.lua index e5c3931..79238d2 100644 --- a/druid/base/blocker.lua +++ b/druid/base/blocker.lua @@ -29,7 +29,9 @@ end function M.on_input(self, action_id, action) - if action_id ~= const.ACTION_TOUCH and action_id ~= const.ACTION_MULTITOUCH then + if action_id ~= const.ACTION_TOUCH and + action_id ~= const.ACTION_MULTITOUCH and + action_id ~= nil then return false end