removing an empty line
This commit is contained in:
parent
9271c74552
commit
9340b96023
1 changed files with 0 additions and 1 deletions
|
@ -981,7 +981,6 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||||
}, LAST_MEDIA_CHECK_PERIOD)
|
}, LAST_MEDIA_CHECK_PERIOD)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private fun checkRecycleBinItems() {
|
private fun checkRecycleBinItems() {
|
||||||
if (config.useRecycleBin && config.lastBinCheck < System.currentTimeMillis() - DAY_SECONDS * 1000) {
|
if (config.useRecycleBin && config.lastBinCheck < System.currentTimeMillis() - DAY_SECONDS * 1000) {
|
||||||
config.lastBinCheck = System.currentTimeMillis()
|
config.lastBinCheck = System.currentTimeMillis()
|
||||||
|
|
Loading…
Reference in a new issue