mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
Fix but with missing-dict SMS invites: add missing intent extra.
This commit is contained in:
parent
c8f447171a
commit
a62f9d4097
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ public class SMSService extends Service {
|
|||
MultiService.OWNER_SMS );
|
||||
intent.putExtra( MultiService.INVITER,
|
||||
Utils.phoneToContact( this, phone, true ) );
|
||||
intent.putExtra( MultiService.GAMEID, gameID );
|
||||
MultiService.postMissingDictNotification( this, intent,
|
||||
gameID );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue