remove exception stack trace
This commit is contained in:
parent
3da93bb0c4
commit
c7f376f7cd
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ class PropertiesDialog() {
|
|||
try {
|
||||
ExifInterface(activity.contentResolver.openInputStream(activity.getAndroidSAFUri(path))!!)
|
||||
} catch (e: Exception) {
|
||||
e.printStackTrace()
|
||||
return@ensureBackgroundThread
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue