Merge branch 'mkirk/remove-phone-data-detector'

pull/1/head
Michael Kirk 8 years ago
commit 4b655a7019

@ -1,5 +1,6 @@
// Created by Michael Kirk on 11/13/16. //
// Copyright © 2016 Open Whisper Systems. All rights reserved. // Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "JSQMessagesCollectionViewCell+OWS.h" #import "JSQMessagesCollectionViewCell+OWS.h"
#import "UIColor+OWS.h" #import "UIColor+OWS.h"
@ -22,8 +23,7 @@ NS_ASSUME_NONNULL_BEGIN
}; };
self.textView.dataDetectorTypes self.textView.dataDetectorTypes
= (UIDataDetectorTypePhoneNumber | UIDataDetectorTypeLink | UIDataDetectorTypeAddress = (UIDataDetectorTypeLink | UIDataDetectorTypeAddress | UIDataDetectorTypeCalendarEvent);
| UIDataDetectorTypeCalendarEvent);
} }
@end @end

Loading…
Cancel
Save