mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-28 20:02:20 -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;
|
onRemoveConversationCalled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onTopicChanged(String topic)
|
||||||
|
{
|
||||||
|
// XXX: Implement me!
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user