chore: Increased page split height

Closes GH-23
This commit is contained in:
ziro 2024-02-11 10:18:00 +07:00
parent d05c0dbeda
commit 499238f83b
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -599,7 +599,7 @@ object ImageUtil {
val imageHeight = outHeight
val imageWidth = outWidth
val optimalImageHeight = displayMaxHeightInPx * 2
val optimalImageHeight = displayMaxHeightInPx * 4
// -1 so it doesn't try to split when imageHeight = optimalImageHeight
val partCount = (imageHeight - 1) / optimalImageHeight + 1