mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 12:30:36 +01:00
remove the path scanning at ViewPager activity
This commit is contained in:
parent
5677367fbf
commit
e508030496
@ -199,11 +199,6 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
||||
}
|
||||
|
||||
if (!getDoesFilePathExist(mPath)) {
|
||||
Thread {
|
||||
if (!getIsPathDirectory(mPath)) {
|
||||
scanPathRecursively(mPath)
|
||||
}
|
||||
}.start()
|
||||
finish()
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user