mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Fix crash reported from rageshake
This commit is contained in:
parent
ccf72ffaa7
commit
4bb3fb128f
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ class ImageContentRenderer @Inject constructor(private val activeSessionHolder:
|
|||
|
||||
imageView.setImageLoaderCallback(object : DefaultImageLoaderCallback {
|
||||
override fun onSuccess(image: File?) {
|
||||
imageView.ssiv.orientation = ORIENTATION_USE_EXIF
|
||||
imageView.ssiv?.orientation = ORIENTATION_USE_EXIF
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue