remove exception stack trace

This commit is contained in:
darthpaul 2021-11-14 22:28:35 +00:00
parent 3da93bb0c4
commit c7f376f7cd

View file

@ -97,7 +97,6 @@ class PropertiesDialog() {
try {
ExifInterface(activity.contentResolver.openInputStream(activity.getAndroidSAFUri(path))!!)
} catch (e: Exception) {
e.printStackTrace()
return@ensureBackgroundThread
}
} else {