experimental: always post notification on new moves received rather

than giving GamesList a chance to launch game directly.
This commit is contained in:
Eric House 2012-11-16 07:31:52 -08:00
parent cefc13a2cd
commit 416db91312

View file

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