mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Chore: Review FrameContainer constructors for shared dimen objects
Nothing else seems problematic, this is mostly just cosmetic sanitization around Geom objects.
This commit is contained in:
@@ -753,7 +753,7 @@ function ReaderFooter:updateFooterContainer()
|
||||
}
|
||||
|
||||
self.footer_positioner = BottomContainer:new{
|
||||
dimen = Geom:new{},
|
||||
dimen = Geom:new(),
|
||||
self.footer_content,
|
||||
}
|
||||
self[1] = self.footer_positioner
|
||||
|
||||
Reference in New Issue
Block a user