mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
removed refresh which will be called after anyway
This commit is contained in:
@@ -1395,7 +1395,6 @@ function UniReader:show(no)
|
||||
local x,y,w,h = self:zoomedRectCoordTransform( link.x0,link.y0, link.x1,link.y1 )
|
||||
if link.page then -- skip non-page links
|
||||
fb.bb:invertRect(x,y+h-2, w,1)
|
||||
fb:refresh(1, x,y+h-2, w,1)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user