removed unused param.

This commit is contained in:
Andy2 2011-07-13 18:42:16 -07:00
parent cd15a9e6e3
commit 806745683c

View file

@ -51,8 +51,7 @@ public class RelayService extends Service {
String[] relayIDs = NetUtils.QueryRelay( RelayService.this );
if ( null != relayIDs ) {
if ( !DispatchNotify.tryHandle( RelayService.this,
relayIDs ) ) {
if ( !DispatchNotify.tryHandle( relayIDs ) ) {
setupNotification( relayIDs );
}
}