no need to set action on local intent

This commit is contained in:
Eric House 2012-12-14 07:24:26 -08:00
parent 322a65ee41
commit 028899a9c4

View file

@ -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 );