delete the temporary file after rotating, not the new one

This commit is contained in:
tibbi 2018-02-23 16:02:25 +01:00
parent e106b15dde
commit 41b34d9056

View file

@ -569,7 +569,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
} catch (e: Exception) {
showErrorToast(e)
} finally {
deleteFile(FileDirItem(newPath, newPath.getFilenameFromPath()))
deleteFile(FileDirItem(tmpFile.absolutePath, tmpFile.absolutePath.getFilenameFromPath()))
}
}