LOAndroid3: set part 0 by default, log document size
Change-Id: I5517ff43c17637730639351f84df15a719aeb0a3
This commit is contained in:
parent
392bb7af17
commit
10acf77f1a
1 changed files with 2 additions and 1 deletions
|
@ -54,8 +54,9 @@ public class LOKitTileProvider implements TileProvider {
|
|||
} else {
|
||||
Log.i(LOGTAG, "Document parts: " + mDocument.getParts());
|
||||
if (mDocument.getParts() >= 1) {
|
||||
mDocument.setPart(1);
|
||||
mDocument.setPart(0);
|
||||
}
|
||||
Log.i(LOGTAG, "Document size: " + mDocument.getDocumentWidth() + " x " + mDocument.getDocumentHeight());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue