don't handle chat states in muc or from archive
This commit is contained in:
		
							parent
							
								
									fc3aefd56e
								
							
						
					
					
						commit
						b92b3863b9
					
				| @ -365,7 +365,9 @@ public class MessageParser extends AbstractParser implements OnMessagePacketRece | ||||
| 			return; | ||||
| 		} | ||||
| 
 | ||||
| 		if (extractChatState(mXmppConnectionService.find(account, counterpart.toBareJid()), packet)) { | ||||
| 		if (!isTypeGroupChat | ||||
| 				&& query == null | ||||
| 				&& extractChatState(mXmppConnectionService.find(account, counterpart.toBareJid()), packet)) { | ||||
| 			mXmppConnectionService.updateConversationUi(); | ||||
| 		} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Gultsch
						Daniel Gultsch