remove the path scanning at ViewPager activity

This commit is contained in:
tibbi 2018-06-20 20:47:08 +02:00
parent 5677367fbf
commit e508030496

View file

@ -199,11 +199,6 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
} }
if (!getDoesFilePathExist(mPath)) { if (!getDoesFilePathExist(mPath)) {
Thread {
if (!getIsPathDirectory(mPath)) {
scanPathRecursively(mPath)
}
}.start()
finish() finish()
return return
} }