mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
include forceChannel in emailed invitations
This commit is contained in:
parent
306c9ef4b6
commit
31b524e6c0
1 changed files with 2 additions and 1 deletions
|
@ -1016,7 +1016,8 @@ public class BoardDelegate extends DelegateBase
|
||||||
SMS_INVITE_RESULT );
|
SMS_INVITE_RESULT );
|
||||||
break;
|
break;
|
||||||
case EMAIL:
|
case EMAIL:
|
||||||
NetLaunchInfo nli = new NetLaunchInfo( m_summary, m_gi );
|
NetLaunchInfo nli = new NetLaunchInfo( m_summary, m_gi, 1,
|
||||||
|
1 + m_nGuestDevs );
|
||||||
GameUtils.launchEmailInviteActivity( m_activity, nli );
|
GameUtils.launchEmailInviteActivity( m_activity, nli );
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue