fix changelog not being shown

This commit is contained in:
Eric House 2023-04-06 20:16:44 -07:00
parent 131826d34f
commit 021fa4e303

View file

@ -981,7 +981,7 @@ public class GamesListDelegate extends ListDelegateBase
boolean isUpgrade = Utils.firstBootThisVersion( m_activity );
if ( isUpgrade ) {
if ( !s_firstShown ) {
if ( LocUtils.getCurLangCode( m_activity ).equals( "en" ) ) {
if ( LocUtils.getCurLangCode( m_activity ).equals( Utils.ISO_EN ) ) {
show( FirstRunDialog.newInstance() );
}
s_firstShown = true;