minor code formatting
This commit is contained in:
parent
aea7252b16
commit
ea620a06c1
1 changed files with 1 additions and 2 deletions
|
@ -592,8 +592,7 @@ class MediaAdapter(
|
||||||
|
|
||||||
if (loadImageInstantly) {
|
if (loadImageInstantly) {
|
||||||
activity.loadImage(
|
activity.loadImage(
|
||||||
medium.type, path, medium_thumbnail, scrollHorizontally, animateGifs, cropThumbnails, roundedCorners, medium.getKey(),
|
medium.type, path, medium_thumbnail, scrollHorizontally, animateGifs, cropThumbnails, roundedCorners, medium.getKey(), rotatedImagePaths
|
||||||
rotatedImagePaths
|
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
medium_thumbnail.setImageDrawable(null)
|
medium_thumbnail.setImageDrawable(null)
|
||||||
|
|
Loading…
Reference in a new issue