mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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.addFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP );
|
||||
intent.addFlags( PendingIntent.FLAG_UPDATE_CURRENT );
|
||||
intent.putExtra( getString(R.string.relayids_extra),
|
||||
relayIDs );
|
||||
|
||||
|
|
Loading…
Reference in a new issue