fix broken notagain alert

I screwed up when converting to using builder.
This commit is contained in:
Eric House 2016-09-15 21:32:25 -07:00
parent 7994c42691
commit a6992c373f

View file

@ -1914,7 +1914,7 @@ public class GamesListDelegate extends ListDelegateBase
makeNotAgainBuilder( R.string.not_again_hidenewgamebuttons,
R.string.key_notagain_hidenewgamebuttons,
Action.NEW_GAME_PRESSED )
.setParams(pair)
.setActionPair( pair )
.show();
}
}