remove, for now, test that prevents multiple games from a single email

so on-device testing possible.  Later need to improve the test.
This commit is contained in:
Andy2 2011-05-19 06:54:27 -07:00
parent 7349a61f5a
commit 362eb10d9d

View file

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