LOAndroid3: set part 0 by default, log document size
Change-Id: I5517ff43c17637730639351f84df15a719aeb0a3
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user