mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
MoveToArchive: fix DocSettings:updateLocation() call (#11103)
Closes #11101.
This commit is contained in:
@@ -106,7 +106,7 @@ function MoveToArchive:onMoveToArchive(do_copy)
|
||||
require("readhistory"):updateItemByPath(document_full_path, dest_file) -- (will update "lastfile" if needed)
|
||||
require("readcollection"):updateItemByPath(document_full_path, dest_file)
|
||||
end
|
||||
DocSettings:updateLocation(document_full_path, dest_file, do_copy)
|
||||
DocSettings.updateLocation(document_full_path, dest_file, do_copy)
|
||||
UIManager:show(ConfirmBox:new{
|
||||
text = text,
|
||||
ok_callback = function()
|
||||
|
||||
Reference in New Issue
Block a user