Fix layout issue with inbox unread count on home view.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent c621e3a000
commit fc6035e3ff

@ -422,6 +422,7 @@ NSString *const SignalsViewControllerSegueShowIncomingCall = @"ShowIncomingCallS
}
[_segmentedControl setTitle:unreadString forSegmentAtIndex:0];
[_segmentedControl.superview setNeedsLayout];
[_segmentedControl reloadInputViews];
[[UIApplication sharedApplication] setApplicationIconBadgeNumber:badgeNumber.integerValue];

Loading…
Cancel
Save