mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
scan invalid path at viewpager activity instead of deleting
This commit is contained in:
parent
c271822844
commit
6d806035ee
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
|||
|
||||
if (!getDoesFilePathExist(mPath)) {
|
||||
Thread {
|
||||
deleteFromMediaStore(mPath)
|
||||
scanPath(mPath)
|
||||
}.start()
|
||||
finish()
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue