Switch the CI to code 14 and the iOS 14 simulator, fix UI tests

This commit is contained in:
Stefan Ceriu
2022-10-26 13:27:26 +03:00
committed by Stefan Ceriu
parent 72a549ae7e
commit cbf3acaaef
8 changed files with 113 additions and 72 deletions
@@ -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)
{