mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
fix changelog not being shown
This commit is contained in:
parent
131826d34f
commit
021fa4e303
1 changed files with 1 additions and 1 deletions
|
@ -981,7 +981,7 @@ public class GamesListDelegate extends ListDelegateBase
|
||||||
boolean isUpgrade = Utils.firstBootThisVersion( m_activity );
|
boolean isUpgrade = Utils.firstBootThisVersion( m_activity );
|
||||||
if ( isUpgrade ) {
|
if ( isUpgrade ) {
|
||||||
if ( !s_firstShown ) {
|
if ( !s_firstShown ) {
|
||||||
if ( LocUtils.getCurLangCode( m_activity ).equals( "en" ) ) {
|
if ( LocUtils.getCurLangCode( m_activity ).equals( Utils.ISO_EN ) ) {
|
||||||
show( FirstRunDialog.newInstance() );
|
show( FirstRunDialog.newInstance() );
|
||||||
}
|
}
|
||||||
s_firstShown = true;
|
s_firstShown = true;
|
||||||
|
|
Loading…
Reference in a new issue