remove the path scanning at ViewPager activity
This commit is contained in:
parent
5677367fbf
commit
e508030496
1 changed files with 0 additions and 5 deletions
|
@ -199,11 +199,6 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
|||
}
|
||||
|
||||
if (!getDoesFilePathExist(mPath)) {
|
||||
Thread {
|
||||
if (!getIsPathDirectory(mPath)) {
|
||||
scanPathRecursively(mPath)
|
||||
}
|
||||
}.start()
|
||||
finish()
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue