Skip to content

Commit 9e076f3

Browse files
Merge pull request #5 from schultzisaiah/develop
Persisting rotation on resetToValidBounds
2 parents 98a2978 + 4d57ed3 commit 9e076f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/src/main/java/com/smarttoolfactory/image/zoom/EnhancedZoomStateImpl.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ open class BaseEnhancedZoomState constructor(
212212
val zoom = zoom.coerceAtLeast(1f)
213213
val bounds = getBounds()
214214
val pan = pan.coerceIn(-bounds.x..bounds.x, -bounds.y..bounds.y)
215-
resetWithAnimation(pan = pan, zoom = zoom)
215+
resetWithAnimation(pan = pan, zoom = zoom, rotation = rotation)
216216
resetTracking()
217217
}
218218

0 commit comments

Comments
 (0)