Kaydet (Commit) 10acf77f authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

LOAndroid3: set part 0 by default, log document size

Change-Id: I5517ff43c17637730639351f84df15a719aeb0a3
üst 392bb7af
......@@ -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());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment