defaults(refactor): remove global hack in filemanagersetdefaults

also added screensaver folder setting dialog for kobo
This commit is contained in:
Qingping Hou
2016-05-01 19:39:31 -07:00
parent f5b0f0dcd7
commit 60587e08c6
15 changed files with 395 additions and 288 deletions

View File

@@ -545,15 +545,12 @@ function BookStatusWidget:onSwitchFocus(inputbox)
enter_callback = function()
self:closeInputDialog()
end,
width = Screen:getWidth() * 0.8,
height = Screen:getHeight() * 0.2,
}
self.note_dialog:onShowKeyboard()
UIManager:show(self.note_dialog)
end
function BookStatusWidget:closeInputDialog()
self.note_dialog:onClose()
UIManager:close(self.note_dialog)
end