|  |  | @ -191,11 +191,19 @@ public class ConversationFragment extends Fragment | 
			
		
	
		
		
			
				
					
					|  |  |  |   } |  |  |  |   } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   public void moveToLastSeen() { |  |  |  |   public void moveToLastSeen() { | 
			
		
	
		
		
			
				
					
					|  |  |  |     if (lastSeen > 0) { |  |  |  |     if (lastSeen <= 0) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       Log.i(TAG, "No need to move to last seen."); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       return; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     if (list == null || getListAdapter() == null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       Log.w(TAG, "Tried to move to last seen position, but we hadn't initialized the view yet."); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       return; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     int position = getListAdapter().findLastSeenPosition(lastSeen); |  |  |  |     int position = getListAdapter().findLastSeenPosition(lastSeen); | 
			
		
	
		
		
			
				
					
					|  |  |  |     scrollToLastSeenPosition(position); |  |  |  |     scrollToLastSeenPosition(position); | 
			
		
	
		
		
			
				
					
					|  |  |  |   } |  |  |  |   } | 
			
		
	
		
		
			
				
					
					|  |  |  |   } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   private void initializeResources() { |  |  |  |   private void initializeResources() { | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.recipient         = Recipient.from(getActivity(), getActivity().getIntent().getParcelableExtra(ConversationActivity.ADDRESS_EXTRA), true); |  |  |  |     this.recipient         = Recipient.from(getActivity(), getActivity().getIntent().getParcelableExtra(ConversationActivity.ADDRESS_EXTRA), true); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |