don't commit me

This commit is contained in:
Eric House 2020-09-07 18:30:21 -07:00
parent 79324032b9
commit 9ddbea6572

View file

@ -2347,6 +2347,7 @@ public class GamesListDelegate extends ListDelegateBase
// creates
for ( long rowid : rowids.keySet() ) {
if ( nli.forceChannel == rowids.get(rowid) ) {
DbgUtils.printStack( TAG );
makeOkOnlyBuilder( R.string.dropped_dupe )
.setActionPair( Action.OPEN_GAME,
R.string.button_open_game )