starting new versioning for beta builds, only show changelog on release builds

This commit is contained in:
Thialfihar
2010-08-18 00:42:45 +00:00
parent 4f25edbe97
commit 18de5178f8
3 changed files with 16 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ public class MainActivity extends BaseActivity {
showDialog(Id.dialog.help);
}
if (!mPreferences.hasSeenChangeLog(Apg.getVersion(this))) {
if (Apg.isReleaseVersion(this) && !mPreferences.hasSeenChangeLog(Apg.getVersion(this))) {
showDialog(Id.dialog.change_log);
}
}