Skip to content

Commit

Permalink
Fix changelog derp
Browse files Browse the repository at this point in the history
  • Loading branch information
divadsn authored Oct 14, 2017
1 parent 788acea commit d33000b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public void onCreate(Bundle savedInstanceState) {
}
} else if (getContent() == R.xml.launcher_about_preferences) {
findPreference("about_version").setSummary(BuildConfig.VERSION_NAME);
if (BuildConfig.TRAVIS && !BuildConfig.TAGGED_BUILD) {
if (BuildConfig.TRAVIS && !BuildConfig.TAGGED_BUILD && BuildConfig.DEBUG) {
findPreference("about_changelog").setSummary(Utilities.getChangelog());
}
} else if (getContent() == R.xml.launcher_behavior_preferences) {
Expand Down

0 comments on commit d33000b

Please sign in to comment.