1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 00:42:16 -05:00

ConversationReceiverTest: Fix interface implementation.

This commit is contained in:
Sebastian Kaspari 2011-11-26 22:58:15 +01:00
parent 66006cabf5
commit bd17dcd598

View File

@ -104,4 +104,10 @@ public class ConversationReceiverTest extends AndroidTestCase implements Convers
onRemoveConversationCalled = true;
}
@Override
public void onTopicChanged(String topic)
{
// XXX: Implement me!
}
}