1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-23 09:22:19 -05:00

NamesHandler: Use broadcast type: CONVERSATION_MESSAGE

This commit is contained in:
Sebastian Kaspari 2010-03-26 19:03:43 +01:00
parent 9efeb5b8af
commit 4c5ba9a620

View File

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