From c8b3050c8d41bb0f7a28b0ecea69341ff883d7d0 Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 25 Jan 2013 06:20:32 -0800 Subject: [PATCH] fix duplicate key that was getting lots of extra games created --- .../android/XWords4/src/org/eehouse/android/xw4/GamesList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java index e5d9c0cc0..17e9a8cd1 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java @@ -76,7 +76,7 @@ public class GamesList extends XWExpandableListActivity private static final String RELAYIDS_EXTRA = "relayids"; private static final String ROWID_EXTRA = "rowid"; private static final String GAMEID_EXTRA = "gameid"; - private static final String REMATCH_ROWID_EXTRA = "rowid"; + private static final String REMATCH_ROWID_EXTRA = "rowid_rm"; private static final int NEW_NET_GAME_ACTION = 1; private static final int RESET_GAME_ACTION = 2;