mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-30 00:17:58 +01:00
at repeated file loading by content uri, check also if file is panorama
This commit is contained in:
parent
518fc9ec1b
commit
ffd15a417a
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ class PhotoFragment : ViewPagerFragment() {
|
||||||
if (mMedium.path != mOriginalPath) {
|
if (mMedium.path != mOriginalPath) {
|
||||||
mMedium.path = mOriginalPath
|
mMedium.path = mOriginalPath
|
||||||
loadImage()
|
loadImage()
|
||||||
|
checkIfPanorama()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue