MessageAdapter: code reformat
This commit is contained in:
		
							parent
							
								
									702d6cf2a5
								
							
						
					
					
						commit
						79ea0713bb
					
				| @ -187,6 +187,7 @@ public class MessageParser extends AbstractParser implements OnMessagePacketRece | ||||
| 		final Jid jid; | ||||
| 		final String password; | ||||
| 		final Contact inviter; | ||||
| 
 | ||||
| 		Invite(Jid jid, String password, Contact inviter) { | ||||
| 			this.jid = jid; | ||||
| 			this.password = password; | ||||
| @ -690,8 +691,6 @@ public class MessageParser extends AbstractParser implements OnMessagePacketRece | ||||
| 			} | ||||
| 		} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 		Element received = packet.findChild("received", "urn:xmpp:chat-markers:0"); | ||||
| 		if (received == null) { | ||||
| 			received = packet.findChild("received", "urn:xmpp:receipts"); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Gultsch
						Daniel Gultsch