mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
put up the right new-game notification title
This commit is contained in:
parent
ac06d730f8
commit
30e2057496
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue