mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add notification when toggling 'Ignore long-press on corners' via Dispatcher (#13605)
This commit is contained in:
@@ -280,7 +280,7 @@ if Device:isTouchDevice() then
|
||||
return G_reader_settings:isTrue("ignore_hold_corners")
|
||||
end,
|
||||
callback = function()
|
||||
UIManager:broadcastEvent(Event:new("IgnoreHoldCorners"))
|
||||
UIManager:broadcastEvent(Event:new("IgnoreHoldCorners", nil, true)) -- no notification
|
||||
end,
|
||||
}
|
||||
common_settings.screen_disable_double_tap = {
|
||||
|
||||
Reference in New Issue
Block a user