mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
filechooser: fix bug with "unreadable content" (#10283)
This commit is contained in:
@@ -405,7 +405,7 @@ function FileChooser:changeToPath(path, focused_path)
|
||||
end
|
||||
if not unreadable_dir_content[path][focused_path] then
|
||||
unreadable_dir_content[path][focused_path] = {
|
||||
name = focused_path:sub(#path+2),
|
||||
text = focused_path:sub(#path+2),
|
||||
fullpath = focused_path,
|
||||
attr = lfs.attributes(focused_path),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user