readerui: safe path moved to fm

reviewable/pr11774/r1
hius07 4 weeks ago committed by GitHub
parent 8c165f403c
commit 0f4818cf39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -558,7 +558,6 @@ function ReaderUI:showFileManager(file)
local last_dir, last_file
if file then
last_dir = util.splitFilePathName(file)
last_dir = last_dir:match("(.*)/")
last_file = file
else
last_dir, last_file = self:getLastDirFile(true)

Loading…
Cancel
Save