|  |  |  | @ -3828,7 +3828,10 @@ typedef enum : NSUInteger { | 
		
	
		
			
				|  |  |  |  |     _backButtonUnreadCountView.hidden = unreadCount <= 0; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     OWSAssert(_backButtonUnreadCountLabel != nil); | 
		
	
		
			
				|  |  |  |  |     _backButtonUnreadCountLabel.text = [NSString stringWithFormat:@"%lu", (unsigned long)unreadCount]; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     // Max out the unread count at 99+. | 
		
	
		
			
				|  |  |  |  |     const NSUInteger kMaxUnreadCount = 99; | 
		
	
		
			
				|  |  |  |  |     _backButtonUnreadCountLabel.text = [@(MIN(kMaxUnreadCount, unreadCount)) stringValue]; | 
		
	
		
			
				|  |  |  |  | } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | #pragma mark 3D Touch Preview Actions | 
		
	
	
		
			
				
					|  |  |  | 
 |