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()
}
}
})