mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ConfirmBox: prevent lower widgets from responding to tap
This commit is contained in:
@@ -168,9 +168,9 @@ end
|
||||
function ConfirmBox:onTapClose(arg, ges)
|
||||
if ges.pos:notIntersectWith(self[1][1].dimen) then
|
||||
self:onClose()
|
||||
return true
|
||||
end
|
||||
return false
|
||||
-- Don't let it propagate to underlying widgets
|
||||
return true
|
||||
end
|
||||
|
||||
function ConfirmBox:onSelect()
|
||||
|
||||
Reference in New Issue
Block a user