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:
parent
66006cabf5
commit
bd17dcd598
@ -104,4 +104,10 @@ public class ConversationReceiverTest extends AndroidTestCase implements Convers
|
||||
|
||||
onRemoveConversationCalled = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onTopicChanged(String topic)
|
||||
{
|
||||
// XXX: Implement me!
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user