put up the right new-game notification title

This commit is contained in:
Eric House 2012-03-24 12:13:10 -07:00
parent ac06d730f8
commit 30e2057496

View file

@ -434,8 +434,7 @@ public class NBSService extends Service {
{
Intent intent = new Intent( this, DispatchNotify.class );
intent.putExtra( DispatchNotify.GAMEID_EXTRA, gameID );
Utils.postNotification( this, intent, R.string.new_nbsmove_title,
body );
Utils.postNotification( this, intent, title, body );
}
private class NBSMsgSink extends MultiMsgSink {