natario1 / ZoomLayout

2D zoom and pan behavior for View hierarchies, images, video streams, and much more, written in Kotlin for Android.
https://natario1.github.io/ZoomLayout
Apache License 2.0
1.05k stars 147 forks source link

Fixed verbose logging via ZoomLogger #214

Closed r4zzz4k closed 2 years ago

r4zzz4k commented 2 years ago

Currently verbose logs are sent to Log.i, but the message validation is still based on verbose level. So:

This PR is a simple fix for the issue, calling correct Log method for verbose logs. No need for tests and docs updates.

natario1 commented 2 years ago

Thanks! 👍