Menu widget: fix no items (#8838)

Avoid showing "Page 0 of 0" in non-classic dispaly modes.
reviewable/pr8892/r1
hius07 2 years ago committed by GitHub
parent 7b4d6fd205
commit a6d6ba3606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -987,7 +987,7 @@ function Menu:onCloseWidget()
end
function Menu:updatePageInfo(select_number)
if self.item_group[1] then
if #self.item_table > 0 then
if Device:hasDPad() then
-- reset focus manager accordingly
self:moveFocusTo(1, select_number)

Loading…
Cancel
Save