mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
experimental: always post notification on new moves received rather
than giving GamesList a chance to launch game directly.
This commit is contained in:
parent
cefc13a2cd
commit
416db91312
1 changed files with 3 additions and 3 deletions
|
@ -112,9 +112,9 @@ public class RelayService extends Service {
|
|||
if ( 0 < idsWMsgs.size() ) {
|
||||
String[] relayIDs = new String[idsWMsgs.size()];
|
||||
idsWMsgs.toArray( relayIDs );
|
||||
if ( !DispatchNotify.tryHandle( relayIDs ) ) {
|
||||
setupNotification( relayIDs );
|
||||
}
|
||||
// if ( !DispatchNotify.tryHandle( relayIDs ) ) {
|
||||
setupNotification( relayIDs );
|
||||
// }
|
||||
}
|
||||
sink.send( this );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue