remove the commented out function too
This commit is contained in:
parent
d28b95290f
commit
244e29b437
1 changed files with 0 additions and 1 deletions
|
@ -561,7 +561,6 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
private fun gotDirectories(newDirs: ArrayList<Directory>, isFromCache: Boolean) {
|
||||
if (!isFromCache) {
|
||||
Thread {
|
||||
//checkFolderContentChange(newDirs)
|
||||
galleryDB.DirectoryDao().insertAll(newDirs)
|
||||
}.start()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue