mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
don't commit me
This commit is contained in:
parent
79324032b9
commit
9ddbea6572
1 changed files with 1 additions and 0 deletions
|
@ -2347,6 +2347,7 @@ public class GamesListDelegate extends ListDelegateBase
|
||||||
// creates
|
// creates
|
||||||
for ( long rowid : rowids.keySet() ) {
|
for ( long rowid : rowids.keySet() ) {
|
||||||
if ( nli.forceChannel == rowids.get(rowid) ) {
|
if ( nli.forceChannel == rowids.get(rowid) ) {
|
||||||
|
DbgUtils.printStack( TAG );
|
||||||
makeOkOnlyBuilder( R.string.dropped_dupe )
|
makeOkOnlyBuilder( R.string.dropped_dupe )
|
||||||
.setActionPair( Action.OPEN_GAME,
|
.setActionPair( Action.OPEN_GAME,
|
||||||
R.string.button_open_game )
|
R.string.button_open_game )
|
||||||
|
|
Loading…
Reference in a new issue