EchoHandler: Use broadcast type: CONVERSATION_MESSAGE

This commit is contained in:
Sebastian Kaspari 2010-03-26 19:06:59 +01:00
parent f25d68f101
commit e4db5e012f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class EchoHandler extends BaseHandler
conversation.addMessage(message);
Intent intent = Broadcast.createConversationIntent(
Broadcast.CONVERSATION_REMOVE,
Broadcast.CONVERSATION_MESSAGE,
server.getId(),
conversation.getName()
);