mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 19:27:25 +01:00
Remove 2048 bitmap size limit
This commit is contained in:
parent
4f5518bdd8
commit
eb15fe3898
@ -110,7 +110,7 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>() {
|
|||||||
|
|
||||||
setMenuVisibility(menuVisible)
|
setMenuVisibility(menuVisible)
|
||||||
|
|
||||||
maxBitmapSize = Math.min(2048, GLUtil.getMaxTextureSize())
|
maxBitmapSize = GLUtil.getMaxTextureSize()
|
||||||
|
|
||||||
left_chapter.setOnClickListener {
|
left_chapter.setOnClickListener {
|
||||||
if (viewer != null) {
|
if (viewer != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user