mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
avoid 2 checkLastMediaChanged reseting each other
This commit is contained in:
parent
e68392b1e4
commit
fa201e6524
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,6 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
return
|
||||
}
|
||||
|
||||
mLastMediaHandler.removeCallbacksAndMessages(null)
|
||||
mLastMediaHandler.postDelayed({
|
||||
Thread {
|
||||
val mediaId = getLatestMediaId()
|
||||
|
@ -691,6 +690,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
getDirectories()
|
||||
}
|
||||
} else {
|
||||
mLastMediaHandler.removeCallbacksAndMessages(null)
|
||||
checkLastMediaChanged()
|
||||
}
|
||||
}.start()
|
||||
|
|
Loading…
Reference in a new issue