mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
remove PendingIntent.FLAG_UPDATE_CURRENT; it's breaking things.
This commit is contained in:
parent
5ba6579180
commit
a68170de51
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ public class RelayService extends Service {
|
||||||
{
|
{
|
||||||
Intent intent = new Intent( this, DispatchNotify.class );
|
Intent intent = new Intent( this, DispatchNotify.class );
|
||||||
//intent.addFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP );
|
//intent.addFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP );
|
||||||
intent.addFlags( PendingIntent.FLAG_UPDATE_CURRENT );
|
|
||||||
intent.putExtra( getString(R.string.relayids_extra),
|
intent.putExtra( getString(R.string.relayids_extra),
|
||||||
relayIDs );
|
relayIDs );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue