mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
@@ -542,11 +542,7 @@ final class PagedStorage<T> extends AbstractList<T> {
|
||||
|
||||
// OK only if existing single page, and it's the last one
|
||||
if (!onlyEndPagePresent && !addingLastPage) {
|
||||
eu.faircode.email.Log.e("Insert page" +
|
||||
" size=" + newPageSize + "/" + mPageSize +
|
||||
" last=" + addingLastPage + " only=" + onlyEndPagePresent);
|
||||
return;
|
||||
//throw new IllegalArgumentException("page introduces incorrect tiling");
|
||||
throw new IllegalArgumentException("page introduces incorrect tiling");
|
||||
}
|
||||
if (onlyEndPagePresent) {
|
||||
mPageSize = newPageSize;
|
||||
|
||||
Reference in New Issue
Block a user