mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
don't bother passing flags to DispatchNotify class.
This commit is contained in:
parent
a0f5ef4e18
commit
ef074f2944
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ public class RelayService extends Service {
|
|||
private void setupNotification( String[] relayIDs )
|
||||
{
|
||||
Intent intent = new Intent( this, DispatchNotify.class );
|
||||
//intent.addFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP );
|
||||
intent.addFlags( PendingIntent.FLAG_UPDATE_CURRENT );
|
||||
|
||||
intent.putExtra( getString(R.string.relayids_extra),
|
||||
relayIDs );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue