LOAndroid3: set part 0 by default, log document size

Change-Id: I5517ff43c17637730639351f84df15a719aeb0a3
This commit is contained in:
Tomaž Vajngerl 2014-08-03 22:41:12 +02:00
parent 392bb7af17
commit 10acf77f1a

View file

@ -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());
}
}