Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6a06c81 authored by tibbi's avatar tibbi
Browse files

do not rescan destination path again at modifying the last_modified

parent 853c79d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 21
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '5.4.0'
        propVersionName = '5.4.3'
        kotlin_version = '1.3.10'
    }

+1 −3
Original line number Diff line number Diff line
@@ -267,10 +267,8 @@ class CopyMoveTask(val activity: BaseSimpleActivity, val copyOnly: Boolean = fal
                }

                selectionArgs = arrayOf(destinationPath)
                activity.scanPathRecursively(destinationPath) {
                activity.applicationContext.contentResolver.update(uri, values, selection, selectionArgs)
            }
        }
    }
}
}