moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

determineCurrentDetailLevel does not reset image sample to 1 on finding an exact match #480

Closed moagrius closed 6 years ago

moagrius commented 6 years ago

This line https://github.com/moagrius/TileView/blob/master/tileview/src/main/java/com/qozix/tileview/TileView.java#L256 may need mImageSample = 1;

moagrius commented 6 years ago

Fixed in 3.0.1 https://github.com/moagrius/TileView/releases/tag/v3.0.1