mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
remove unnecessary setAction call. (Haven't tested if others can go.)
This commit is contained in:
parent
2ce4c1417c
commit
c21a494e0b
1 changed files with 0 additions and 1 deletions
|
@ -1220,7 +1220,6 @@ public class BoardActivity extends XWActivity
|
|||
private void startChatActivity()
|
||||
{
|
||||
Intent intent = new Intent( this, ChatActivity.class );
|
||||
intent.setAction( Intent.ACTION_EDIT );
|
||||
intent.putExtra( BoardActivity.INTENT_KEY_NAME, m_name );
|
||||
startActivityForResult( intent, CHAT_REQUEST );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue