From a68170de518a1740665342e8817e780b610c2873 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 26 Feb 2011 12:10:24 -0800 Subject: [PATCH] remove PendingIntent.FLAG_UPDATE_CURRENT; it's breaking things. --- .../XWords4/src/org/eehouse/android/xw4/RelayService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java index bdec6dc66..968368430 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java @@ -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 );