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) {
|
||||
mMedium.path = mOriginalPath
|
||||
loadImage()
|
||||
checkIfPanorama()
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue