NoticeHandler: Use broadcast type: CONVERSATION_MESSAGE

This commit is contained in:
Sebastian Kaspari 2010-03-26 19:08:00 +01:00
parent 9e38863944
commit 7827554659
1 changed files with 1 additions and 1 deletions

View File

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