@ -363,7 +363,7 @@ NS_ASSUME_NONNULL_BEGIN
[ self . viewConstraints addObjectsFromArray : [ clipView autoPinToEdgesOfView : proxyView ] ] ;
[ self . viewConstraints addObjectsFromArray : [ clipView autoPinToEdgesOfView : proxyView ] ] ;
[ clipView addSubview : bodyMediaView ] ;
[ clipView addSubview : bodyMediaView ] ;
[ self . viewConstraints addObjectsFromArray : [ bodyMediaView autoPinToSuperviewEdges] ] ;
[ self . viewConstraints addObjectsFromArray : [ bodyMediaView ows_ autoPinToSuperviewEdges] ] ;
[ self . bubbleView addPartnerView : shadowView1 ] ;
[ self . bubbleView addPartnerView : shadowView1 ] ;
[ self . bubbleView addPartnerView : shadowView2 ] ;
[ self . bubbleView addPartnerView : shadowView2 ] ;
@ -447,7 +447,7 @@ NS_ASSUME_NONNULL_BEGIN
} ] ;
} ] ;
[ gradientView . layer addSublayer : gradientLayer ] ;
[ gradientView . layer addSublayer : gradientLayer ] ;
[ bodyMediaView addSubview : gradientView ] ;
[ bodyMediaView addSubview : gradientView ] ;
[ self . viewConstraints addObjectsFromArray : [ gradientView autoPinToSuperviewEdges] ] ;
[ self . viewConstraints addObjectsFromArray : [ gradientView ows_ autoPinToSuperviewEdges] ] ;
[ self . footerView configureWithConversationViewItem : self . viewItem
[ self . footerView configureWithConversationViewItem : self . viewItem
isOverlayingMedia : YES
isOverlayingMedia : YES
@ -528,7 +528,7 @@ NS_ASSUME_NONNULL_BEGIN
[ self . viewConstraints addObjectsFromArray : [ clipView autoPinToEdgesOfView : proxyView ] ] ;
[ self . viewConstraints addObjectsFromArray : [ clipView autoPinToEdgesOfView : proxyView ] ] ;
[ clipView addSubview : buttonsView ] ;
[ clipView addSubview : buttonsView ] ;
[ self . viewConstraints addObjectsFromArray : [ buttonsView autoPinToSuperviewEdges] ] ;
[ self . viewConstraints addObjectsFromArray : [ buttonsView ows_ autoPinToSuperviewEdges] ] ;
[ self . bubbleView addPartnerView : shadowView ] ;
[ self . bubbleView addPartnerView : shadowView ] ;
[ self . bubbleView addPartnerView : clipView ] ;
[ self . bubbleView addPartnerView : clipView ] ;
@ -1091,7 +1091,7 @@ NS_ASSUME_NONNULL_BEGIN
[ [ AttachmentUploadView alloc ] initWithAttachment : self . attachmentStream
[ [ AttachmentUploadView alloc ] initWithAttachment : self . attachmentStream
attachmentStateCallback : attachmentStateCallback ] ;
attachmentStateCallback : attachmentStateCallback ] ;
[ self . bubbleView addSubview : attachmentUploadView ] ;
[ self . bubbleView addSubview : attachmentUploadView ] ;
[ attachmentUploadView autoPinToSuperviewEdges] ;
[ attachmentUploadView ows_ autoPinToSuperviewEdges] ;
}
}
}
}
}
}