FileManager: Refresh key_events handlers on keyboard hotplug

This commit is contained in:
NiLuJe
2022-10-31 23:39:11 +01:00
parent 2db294d0b7
commit e0bfebb0b5
3 changed files with 29 additions and 4 deletions

View File

@@ -1168,7 +1168,6 @@ function Menu:switchItemTable(new_title, new_item_table, itemnumber, itemmatch)
end
function Menu:onScreenResize(dimen)
--- @todo Investigate: could this cause minor memory leaks?
self:init()
return false
end