greppability fix

reviewable/pr11749/r1
SomeGuy 3 weeks ago committed by GitHub
parent 0c10bd9e0c
commit dc0ba58ebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,7 +139,7 @@ function ReaderRolling:registerKeyEvents()
args = -1,
}
end
if Device:hasDPad() and Device:hasPageUpDownKeys() then
if Device:hasPageUpDownKeys() and Device:hasDPad() then
self.key_events.ContentSelection = {
{ { "Up", "Down" } },
event = "ContentSelection",

Loading…
Cancel
Save