mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-21 05:11:47 -05:00
Start ConversationActivity without requesting a result
This commit is contained in:
parent
97eae1f4f0
commit
3ca4ea981c
@ -141,7 +141,7 @@ public class ServersActivity extends ListActivity implements ServiceConnection,
|
|||||||
|
|
||||||
Intent intent = new Intent(this, ConversationActivity.class);
|
Intent intent = new Intent(this, ConversationActivity.class);
|
||||||
intent.putExtra("serverId", server.getId());
|
intent.putExtra("serverId", server.getId());
|
||||||
startActivityForResult(intent, 0);
|
startActivity(intent);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user