matrix-org / matrix-ios-kit

Reusable UI interfaces to ease building of Matrix client apps
http://www.matrix.org
Apache License 2.0
128 stars 71 forks source link

Fix crash when pasting images backed by NSData. #934

Closed pixlwave closed 3 years ago

pixlwave commented 3 years ago

Kit part of https://github.com/vector-im/element-ios/issues/2076. When pasting WebP images from Safari, they're backed by NSData instead of UIImage and this wasn't handled.