remove reporting of deleted games (mqtt only)

It's wrong now while mqtt deviIDs are changing mid-game.
This commit is contained in:
Eric House 2020-09-06 12:33:17 -07:00
parent b67870118e
commit 9752c96add

View file

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