mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-16 19:51:15 +01:00
Fix crash reported from rageshake
This commit is contained in:
parent
ccf72ffaa7
commit
4bb3fb128f
@ -144,9 +144,9 @@ class ImageContentRenderer @Inject constructor(private val activeSessionHolder:
|
||||
return
|
||||
}
|
||||
|
||||
imageView.setImageLoaderCallback(object: DefaultImageLoaderCallback {
|
||||
imageView.setImageLoaderCallback(object : DefaultImageLoaderCallback {
|
||||
override fun onSuccess(image: File?) {
|
||||
imageView.ssiv.orientation = ORIENTATION_USE_EXIF
|
||||
imageView.ssiv?.orientation = ORIENTATION_USE_EXIF
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user