mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
FileManager: safe initial path (#11774)
We do not like trailing slash in the path (except root). Closes #11772.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user