mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 18:47:51 +02:00
Trying improvements for webtoon viewer. #71
This commit is contained in:
@ -870,7 +870,7 @@ public class SubsamplingScaleImageView extends View {
|
||||
}
|
||||
|
||||
// When using tiles, on first render with no tile map ready, initialise it and kick off async base image loading.
|
||||
if (tileMap == null && decoder != null) {
|
||||
if (tileMap == null && decoder != null && cWidth == 0 && cHeight == 0) {
|
||||
initialiseBaseLayer(getMaxBitmapDimensions(canvas));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user