oops: fix show shows up on upgrades rather than new installs

This commit is contained in:
Eric House 2024-03-01 13:41:35 -08:00
parent 71a66750ad
commit 42f4fa739d

View file

@ -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() {