|  |  | @ -40,6 +40,7 @@ import android.text.style.StyleSpan; | 
			
		
	
		
		
			
				
					
					|  |  |  | import android.util.Log; |  |  |  | import android.util.Log; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.thoughtcrime.securesms.ConversationActivity; |  |  |  | import org.thoughtcrime.securesms.ConversationActivity; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | import org.thoughtcrime.securesms.ConversationListActivity; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.thoughtcrime.securesms.R; |  |  |  | import org.thoughtcrime.securesms.R; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.thoughtcrime.securesms.crypto.MasterSecret; |  |  |  | import org.thoughtcrime.securesms.crypto.MasterSecret; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.thoughtcrime.securesms.database.DatabaseFactory; |  |  |  | import org.thoughtcrime.securesms.database.DatabaseFactory; | 
			
		
	
	
		
		
			
				
					|  |  | @ -228,7 +229,7 @@ public class MessageNotifier { | 
			
		
	
		
		
			
				
					
					|  |  |  |                                           notificationState.getMessageCount())); |  |  |  |                                           notificationState.getMessageCount())); | 
			
		
	
		
		
			
				
					
					|  |  |  |     builder.setContentText(String.format(context.getString(R.string.MessageNotifier_most_recent_from_s), |  |  |  |     builder.setContentText(String.format(context.getString(R.string.MessageNotifier_most_recent_from_s), | 
			
		
	
		
		
			
				
					
					|  |  |  |                                          notifications.get(0).getIndividualRecipientName())); |  |  |  |                                          notifications.get(0).getIndividualRecipientName())); | 
			
		
	
		
		
			
				
					
					|  |  |  |     builder.setContentIntent(PendingIntent.getActivity(context, 0, new Intent(context, ConversationActivity.class), 0)); |  |  |  |     builder.setContentIntent(PendingIntent.getActivity(context, 0, new Intent(context, ConversationListActivity.class), 0)); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |      |  |  |  |      | 
			
		
	
		
		
			
				
					
					|  |  |  |     builder.setContentInfo(String.valueOf(notificationState.getMessageCount())); |  |  |  |     builder.setContentInfo(String.valueOf(notificationState.getMessageCount())); | 
			
		
	
		
		
			
				
					
					|  |  |  |     builder.setNumber(notificationState.getMessageCount()); |  |  |  |     builder.setNumber(notificationState.getMessageCount()); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |