Clean up imports

This commit is contained in:
arkon
2021-08-27 16:45:59 -04:00
parent 12a9d0575d
commit 4b2a9bc621
11 changed files with 10 additions and 10 deletions
@@ -70,7 +70,6 @@ class ReaderNavigationOverlayView(context: Context, attributeSet: AttributeSet)
}
// Don't want scale anymore because it messes with drawText
canvas?.withSave {
// Translate origin to rect start (left, top)
translate((width * rect.left), (height * rect.top))