scan invalid path at viewpager activity instead of deleting

This commit is contained in:
tibbi 2018-02-20 19:56:30 +01:00
parent c271822844
commit 6d806035ee

View file

@ -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