mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
no need to set action on local intent
This commit is contained in:
parent
322a65ee41
commit
028899a9c4
1 changed files with 0 additions and 1 deletions
|
@ -538,7 +538,6 @@ public class GameUtils {
|
|||
boolean invited )
|
||||
{
|
||||
Intent intent = new Intent( activity, BoardActivity.class );
|
||||
intent.setAction( Intent.ACTION_EDIT );
|
||||
intent.putExtra( INTENT_KEY_ROWID, rowid );
|
||||
if ( invited ) {
|
||||
intent.putExtra( INVITED, true );
|
||||
|
|
Loading…
Reference in a new issue