mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-17 22:08:00 +01:00
removing a debug toast
This commit is contained in:
parent
fe39e552fd
commit
a2ef729170
1 changed files with 0 additions and 1 deletions
|
@ -1144,7 +1144,6 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
dirs.removeAll(invalidDirs)
|
||||
setupAdapter(dirs)
|
||||
invalidDirs.forEach {
|
||||
toast("invalid ${it.path}", Toast.LENGTH_LONG)
|
||||
try {
|
||||
mDirectoryDao.deleteDirPath(it.path)
|
||||
} catch (ignored: Exception) {
|
||||
|
|
Loading…
Reference in a new issue