mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Readded a comment that was lost by an earlier PR
This commit is contained in:
@@ -92,6 +92,8 @@ function Screen:init()
|
||||
self.cur_rotation_mode = self.native_rotation_mode
|
||||
end
|
||||
|
||||
-- For the Kobo Aura an offset is needed, because the bezel make the
|
||||
-- visible screen smaller.
|
||||
function Screen:PhoenixBezelCleaner()
|
||||
-- bb.paintRect(x, y, w, h, color)
|
||||
self.bb:paintRect(0,0, Screen:getWidth(), Screen:offsetY() , 0 )
|
||||
|
||||
Reference in New Issue
Block a user