don't bother passing flags to DispatchNotify class.

This commit is contained in:
Andy2 2011-02-26 19:45:05 -08:00
parent a0f5ef4e18
commit ef074f2944

View file

@ -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 );