mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
remove reporting of deleted games (mqtt only)
It's wrong now while mqtt deviIDs are changing mid-game.
This commit is contained in:
parent
b67870118e
commit
9752c96add
1 changed files with 3 additions and 2 deletions
|
@ -568,8 +568,9 @@ public class MQTTUtils extends Thread implements IMqttActionListener, MqttCallba
|
|||
|
||||
public static void handleGameGone( Context context, CommsAddrRec from, int gameID )
|
||||
{
|
||||
new MQTTServiceHelper( context, from )
|
||||
.postEvent( MultiService.MultiEvent.MESSAGE_NOGAME, gameID );
|
||||
// new MQTTServiceHelper( context, from )
|
||||
// .postEvent( MultiService.MultiEvent.MESSAGE_NOGAME, gameID );
|
||||
Log.d( TAG, "not posting game-gone for now (gameID: %d)" , gameID );
|
||||
}
|
||||
|
||||
public static void fcmConfirmed( Context context, boolean working )
|
||||
|
|
Loading…
Reference in a new issue