2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-21 18:59:48 +02:00

at repeated file loading by content uri, check also if file is panorama

This commit is contained in:
tibbi 2020-03-19 16:29:22 +01:00
parent 518fc9ec1b
commit ffd15a417a

View file

@ -449,6 +449,7 @@ class PhotoFragment : ViewPagerFragment() {
if (mMedium.path != mOriginalPath) {
mMedium.path = mOriginalPath
loadImage()
checkIfPanorama()
}
}
})