From 362eb10d9d63e72412ad7ac55f4e9099c820a83d Mon Sep 17 00:00:00 2001 From: Andy2 Date: Thu, 19 May 2011 06:54:27 -0700 Subject: [PATCH] remove, for now, test that prevents multiple games from a single email so on-device testing possible. Later need to improve the test. --- .../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 aa6cbefef..272663105 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java @@ -559,7 +559,7 @@ public class GamesList extends XWListActivity // this feature. But it'd be worse to have a bunch of // games stacking up when somebody taps the same URL // multiple times. - String path = DBUtils.getPathFor( this, room, lang, nPlayers ); + String path = null;// (for now; should be: DBUtils.getPathForOpen( this, room, lang, nPlayers ); if ( null == path ) { int[] langarr = { lang };