mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-13 02:20:36 +01:00
scan invalid path at viewpager activity instead of deleting
This commit is contained in:
parent
c271822844
commit
6d806035ee
@ -184,7 +184,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
|||||||
|
|
||||||
if (!getDoesFilePathExist(mPath)) {
|
if (!getDoesFilePathExist(mPath)) {
|
||||||
Thread {
|
Thread {
|
||||||
deleteFromMediaStore(mPath)
|
scanPath(mPath)
|
||||||
}.start()
|
}.start()
|
||||||
finish()
|
finish()
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user