mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix filemanager not aware screen dimen when change from landscape to portrait
This commit is contained in:
@@ -46,6 +46,7 @@ function FileManager:init()
|
||||
path = self.root_path,
|
||||
show_parent = self.show_parent,
|
||||
show_hidden = show_hidden,
|
||||
width = Screen:getWidth(),
|
||||
height = Screen:getHeight() - self.banner:getSize().h,
|
||||
is_popout = false,
|
||||
is_borderless = true,
|
||||
|
||||
Reference in New Issue
Block a user