diff --git a/Signal/src/view controllers/InCallViewController.m b/Signal/src/view controllers/InCallViewController.m index be54cfd46..23a8ccb8d 100644 --- a/Signal/src/view controllers/InCallViewController.m +++ b/Signal/src/view controllers/InCallViewController.m @@ -173,7 +173,7 @@ static NSInteger connectingFlashCounter = 0; } - (void)setupButtonBorders { - + if (_potentiallyKnownContact) { if (_potentiallyKnownContact.image) { @@ -208,6 +208,7 @@ static NSInteger connectingFlashCounter = 0; } -(void) handleIncomingDetails { [_callState.futureShortAuthenticationString thenDo:^(NSString* sas) { + _authenicationStringLabel.textColor = [UIColor colorWithRed:15.f/255.f green:103.f/255.f blue:253.f/255.f alpha:1.0f]; _authenicationStringLabel.hidden = NO; _authenicationStringLabel.text = sas; [self performCallInSessionAnimation]; diff --git a/Signal/src/view controllers/SignalsNavigationController.m b/Signal/src/view controllers/SignalsNavigationController.m index c022e568c..e798cd2ff 100644 --- a/Signal/src/view controllers/SignalsNavigationController.m +++ b/Signal/src/view controllers/SignalsNavigationController.m @@ -39,9 +39,10 @@ -(void)dealloc { - [[NSNotificationCenter defaultCenter] removeObserver:self forKeyPath:SocketOpenedNotification]; - [[NSNotificationCenter defaultCenter] removeObserver:self forKeyPath:SocketClosedNotification]; - [[NSNotificationCenter defaultCenter] removeObserver:self forKeyPath:SocketConnectingNotification]; + [[NSNotificationCenter defaultCenter] removeObserver:self name:SocketOpenedNotification object:nil]; + [[NSNotificationCenter defaultCenter] removeObserver:self name:SocketClosedNotification object:nil]; + [[NSNotificationCenter defaultCenter] removeObserver:self name:SocketConnectingNotification object:nil]; + } diff --git a/Signal/src/view controllers/xibs/InCallViewController.xib b/Signal/src/view controllers/xibs/InCallViewController.xib index 808f8420c..5f372293e 100644 --- a/Signal/src/view controllers/xibs/InCallViewController.xib +++ b/Signal/src/view controllers/xibs/InCallViewController.xib @@ -1,5 +1,5 @@ - + @@ -76,7 +76,7 @@