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?