mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
removed unused param.
This commit is contained in:
parent
cd15a9e6e3
commit
806745683c
1 changed files with 1 additions and 2 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue