mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 06:36:58 +02:00
Switch the CI to code 14 and the iOS 14 simulator, fix UI tests
This commit is contained in:
committed by
Stefan Ceriu
parent
8334fa1e69
commit
7daa4f121e
@@ -806,7 +806,7 @@ static BOOL _disableLongPressGestureOnEvent;
|
||||
mimetype = bubbleData.attachment.contentInfo[@"mimetype"];
|
||||
}
|
||||
|
||||
if ([mimetype isEqualToString:@"image/gif"])
|
||||
if ([mimetype isKindOfClass:[NSString class]] && [mimetype isEqualToString:@"image/gif"])
|
||||
{
|
||||
if (_isAutoAnimatedGif)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user