mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-04-02 20:51:19 +02:00
removing a debug toast
This commit is contained in:
parent
fe39e552fd
commit
a2ef729170
@ -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…
x
Reference in New Issue
Block a user