mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-02 20:46:44 +01:00
launch the zoomable imageview load at fullscreen views earlier
This commit is contained in:
parent
2bac88ebc4
commit
4bae35955d
@ -47,7 +47,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:4.5.14'
|
||||
implementation 'com.simplemobiletools:commons:4.5.20'
|
||||
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
|
||||
implementation 'com.android.support:multidex:1.0.3'
|
||||
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
||||
|
@ -48,7 +48,7 @@ import java.io.FileOutputStream
|
||||
|
||||
class PhotoFragment : ViewPagerFragment() {
|
||||
private val DEFAULT_DOUBLE_TAP_ZOOM = 2f
|
||||
private val ZOOMABLE_VIEW_LOAD_DELAY = 1500L
|
||||
private val ZOOMABLE_VIEW_LOAD_DELAY = 1000L
|
||||
|
||||
private var isFragmentVisible = false
|
||||
private var isFullscreen = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user