Hello! I found a bug in the onRestoreInstanceState method. You set `maxScale` value in `minScale` on 89 line. ``` this.minScale = (float)bundle.getInt("minScale"); this.minScale = (float)bundle.getInt("maxScale"); ``` Can you fix this in the near future?
Hello!
I found a bug in the onRestoreInstanceState method. You set
maxScalevalue inminScaleon 89 line.Can you fix this in the near future?