mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix bubble strokes.
This commit is contained in:
parent
e300a07031
commit
0613cf3bb7
1 changed files with 5 additions and 0 deletions
|
@ -447,6 +447,10 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
}];
|
||||
|
||||
[self updateBubbleColor];
|
||||
|
||||
// If we're stroking the bubble edge, ensure the stroke
|
||||
// view is in front of its peers to prevent it from being occluded.
|
||||
[self.bubbleStrokeView.superview bringSubviewToFront:self.bubbleStrokeView];
|
||||
}
|
||||
|
||||
- (void)updateBubbleColor
|
||||
|
@ -1247,6 +1251,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
[self.mediaShadowView1 removeFromSuperview];
|
||||
[self.mediaShadowView2 removeFromSuperview];
|
||||
[self.mediaClipView removeFromSuperview];
|
||||
[self.bubbleStrokeView removeFromSuperview];
|
||||
|
||||
[self.footerView removeFromSuperview];
|
||||
|
||||
|
|
Loading…
Reference in a new issue