mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
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:
parent
7349a61f5a
commit
362eb10d9d
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue