BookInfo: rating, review (#12313)

This commit is contained in:
hius07
2024-08-11 17:01:15 +03:00
committed by GitHub
parent bd4a651fbf
commit c46578aece
8 changed files with 112 additions and 33 deletions

View File

@@ -1476,7 +1476,7 @@ function Menu:onLeftButtonHold() -- to be overriden and implemented by the calle
end
function Menu:getFirstVisibleItemIndex()
return self.item_group[1].idx
return self.item_group[1] and self.item_group[1].idx or 1
end
function Menu.getItemFontSize(perpage)