mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
remove a redundant code block
This commit is contained in:
@ -83,7 +83,7 @@ class PhotoFragment : ViewPagerFragment() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
view.subsampling_view.apply { setOnClickListener({ photoClicked() }) }
|
view.subsampling_view.setOnClickListener({ photoClicked() })
|
||||||
view.photo_view.apply {
|
view.photo_view.apply {
|
||||||
maximumScale = 8f
|
maximumScale = 8f
|
||||||
mediumScale = 3f
|
mediumScale = 3f
|
||||||
|
Reference in New Issue
Block a user