do not exit when opening unsupported file by last for FM (#7580)

fixes: #7577

see prior art in #3935 #3933
reviewable/pr7583/r1
yparitcher 3 years ago committed by GitHub
parent e4c9409f97
commit dde3c80e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,11 +129,6 @@ function FileManagerMenu:onOpenLastDoc()
if self.menu_container then
self:onCloseFileManagerMenu()
end
local FileManager = require("apps/filemanager/filemanager")
if FileManager.instance then
FileManager.instance:onClose()
end
end
function FileManagerMenu:setUpdateItemTable()

Loading…
Cancel
Save