mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-13 12:45:01 -05:00
12 lines
175 B
Java
12 lines
175 B
Java
|
package eu.siacs.conversations.ui;
|
||
|
|
||
|
public class StartConversation extends XmppActivity {
|
||
|
|
||
|
@Override
|
||
|
void onBackendConnected() {
|
||
|
// TODO Auto-generated method stub
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|