mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
fix broken notagain alert
I screwed up when converting to using builder.
This commit is contained in:
parent
7994c42691
commit
a6992c373f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue