mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-12 18:10:49 +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)) {
|
||||
Thread {
|
||||
deleteFromMediaStore(mPath)
|
||||
scanPath(mPath)
|
||||
}.start()
|
||||
finish()
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user