mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Minor comment wording tweaks I'd missed in #9065
This commit is contained in:
@@ -186,7 +186,7 @@ function ConfirmBox:onShow()
|
||||
return "ui", self[1][1].dimen
|
||||
end)
|
||||
if self.flush_events_on_show then
|
||||
-- Discard queued and coming up input events to avoid accidental dismissal
|
||||
-- Discard queued and upcoming input events to avoid accidental dismissal
|
||||
Input:inhibitInputUntil(true)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -234,7 +234,7 @@ function InfoMessage:onShow()
|
||||
return "ui", self[1][1].dimen
|
||||
end)
|
||||
if self.flush_events_on_show then
|
||||
-- Discard queued and coming up input events to avoid accidental dismissal
|
||||
-- Discard queued and upcoming input events to avoid accidental dismissal
|
||||
Input:inhibitInputUntil(true)
|
||||
end
|
||||
-- schedule us to close ourself if timeout provided
|
||||
|
||||
Reference in New Issue
Block a user