Convert remaining Java files (#2435)

This commit is contained in:
arkon
2020-01-05 19:39:25 -05:00
committed by GitHub
parent 708525ef9d
commit b3f1714ba9
10 changed files with 252 additions and 300 deletions
@@ -62,7 +62,7 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>() {
/**
* The maximum bitmap size supported by the device.
*/
val maxBitmapSize by lazy { GLUtil.getMaxTextureSize() }
val maxBitmapSize by lazy { GLUtil.maxTextureSize }
/**
* Viewer used to display the pages (pager, webtoon, ...).