Fix but with missing-dict SMS invites: add missing intent extra.

This commit is contained in:
Eric House 2013-04-30 21:20:59 -07:00
parent c8f447171a
commit a62f9d4097

View file

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