mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
remove the path scanning at ViewPager activity
This commit is contained in:
@ -199,11 +199,6 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
||||
}
|
||||
|
||||
if (!getDoesFilePathExist(mPath)) {
|
||||
Thread {
|
||||
if (!getIsPathDirectory(mPath)) {
|
||||
scanPathRecursively(mPath)
|
||||
}
|
||||
}.start()
|
||||
finish()
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user