Decrease default magnification to 20%

This commit is contained in:
Markus Fisch
2018-02-27 10:38:54 +01:00
parent c3dfadd9e6
commit b4e6449dac
@@ -199,7 +199,7 @@ class CameraActivity : AppCompatActivity() {
val max = parameters.getMaxZoom()
if (zoomBar.max != max) {
zoomBar.max = max
zoomBar.progress = max / 3
zoomBar.progress = max / 5
saveZoom()
}
parameters.setZoom(zoomBar.progress)