mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Readersearch: add button to recall search input dialog (#8190)
This commit is contained in:
@@ -303,6 +303,14 @@ function ReaderSearch:onShowSearchDialog(text, direction, regex, case_insensitiv
|
||||
vsync = true,
|
||||
callback = search(self.searchNext, text, 1),
|
||||
},
|
||||
{
|
||||
icon = "appbar.search",
|
||||
callback = function()
|
||||
self.search_dialog:onClose()
|
||||
self.last_search_text = text
|
||||
self:onShowFulltextSearchInput()
|
||||
end,
|
||||
},
|
||||
{
|
||||
text = forward_text,
|
||||
vsync = true,
|
||||
|
||||
Reference in New Issue
Block a user