fix #1229, do not fully zoom in images after device rotation

This commit is contained in:
tibbi 2019-01-23 12:37:25 +01:00
parent 02aa8a841c
commit 34e6996dc4

View file

@ -75,7 +75,7 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.caverock:androidsvg-aar:1.3'
implementation 'com.github.tibbi:gestureviews:bbad4ebfe6'
implementation 'com.github.tibbi:subsampling-scale-image-view:183cbcf8e5'
implementation 'com.github.tibbi:subsampling-scale-image-view:3ccd2f9c2b'
kapt 'com.github.bumptech.glide:compiler:4.8.0' // keep it here too, not just in Commons, else loading SVGs wont work
kapt 'androidx.room:room-compiler:2.0.0'