mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +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;
|
BoardHandler.NewRecentsProc proc = null;
|
||||||
if ( Utils.onFirstVersion( m_activity ) ) {
|
if ( !Utils.onFirstVersion( m_activity ) ) {
|
||||||
proc = new BoardHandler.NewRecentsProc() {
|
proc = new BoardHandler.NewRecentsProc() {
|
||||||
@Override
|
@Override
|
||||||
public void sawNew() {
|
public void sawNew() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue