mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 11:46: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
72a549ae7e
commit
cbf3acaaef
@@ -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