mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
oops: fix show shows up on upgrades rather than new installs
This commit is contained in:
parent
71a66750ad
commit
42f4fa739d
1 changed files with 1 additions and 1 deletions
|
@ -2413,7 +2413,7 @@ public class BoardDelegate extends DelegateBase
|
|||
}
|
||||
|
||||
BoardHandler.NewRecentsProc proc = null;
|
||||
if ( Utils.onFirstVersion( m_activity ) ) {
|
||||
if ( !Utils.onFirstVersion( m_activity ) ) {
|
||||
proc = new BoardHandler.NewRecentsProc() {
|
||||
@Override
|
||||
public void sawNew() {
|
||||
|
|
Loading…
Reference in a new issue