always copy over exif data at file editing

This commit is contained in:
tibbi 2020-02-12 22:42:30 +01:00
parent b3945d5e27
commit 067caeeeeb

View file

@ -185,6 +185,7 @@ class NewEditActivity : SimpleActivity() {
if (config.keepLastModified) {
// add 1 s to the last modified time to properly update the thumbnail
updateLastModified(destinationFilePath, sourceFileLastModified + 1000)
}
try {
if (isNougatPlus()) {
@ -193,7 +194,6 @@ class NewEditActivity : SimpleActivity() {
}
} catch (ignored: Exception) {
}
}
val paths = arrayListOf(destinationFilePath)
rescanPaths(paths) {