This commit is contained in:
Eric House 2020-09-07 18:35:45 -07:00
parent d65fb80dff
commit b6955696eb

View file

@ -2348,6 +2348,7 @@ public class GamesListDelegate extends ListDelegateBase
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 )