fixed regression in tablet ui
This commit is contained in:
		
							parent
							
								
									06eae476ee
								
							
						
					
					
						commit
						c89fdec0b1
					
				| 
						 | 
				
			
			@ -170,6 +170,7 @@ public class ConversationActivity extends XmppActivity
 | 
			
		|||
					ConversationActivity.this.mConversationFragment.reInit(getSelectedConversation());
 | 
			
		||||
				}
 | 
			
		||||
				hideConversationsOverview();
 | 
			
		||||
				openConversation();
 | 
			
		||||
			}
 | 
			
		||||
		});
 | 
			
		||||
		mContentView = findViewById(R.id.content_view_spl);
 | 
			
		||||
| 
						 | 
				
			
			@ -254,6 +255,7 @@ public class ConversationActivity extends XmppActivity
 | 
			
		|||
			xmppConnectionService.getNotificationService().setOpenConversation(conversation);
 | 
			
		||||
			sendReadMarkerIfNecessary(conversation);
 | 
			
		||||
		}
 | 
			
		||||
		listAdapter.notifyDataSetChanged();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public void sendReadMarkerIfNecessary(final Conversation conversation) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue