mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
swithItemTable -> switchItemTable
This commit is contained in:
@@ -214,7 +214,7 @@ function ReaderBookmark:onShowBookmark()
|
||||
text = _("Remove this bookmark"),
|
||||
callback = function()
|
||||
bookmark:removeBookmark(item)
|
||||
bm_menu:swithItemTable(nil, bookmark.bookmarks, -1)
|
||||
bm_menu:switchItemTable(nil, bookmark.bookmarks, -1)
|
||||
UIManager:close(self.remove_bookmark_dialog)
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user