mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +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 )
|
boolean invited )
|
||||||
{
|
{
|
||||||
Intent intent = new Intent( activity, BoardActivity.class );
|
Intent intent = new Intent( activity, BoardActivity.class );
|
||||||
intent.setAction( Intent.ACTION_EDIT );
|
|
||||||
intent.putExtra( INTENT_KEY_ROWID, rowid );
|
intent.putExtra( INTENT_KEY_ROWID, rowid );
|
||||||
if ( invited ) {
|
if ( invited ) {
|
||||||
intent.putExtra( INVITED, true );
|
intent.putExtra( INVITED, true );
|
||||||
|
|
Loading…
Reference in a new issue