Make naming great again
When we build APKs in PRs it's also a GITHUB_APK...
This commit is contained in:
parent
8dc34274a1
commit
e5fd24b0d1
2 changed files with 6 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ public class MainSettingsFragment extends BasePreferenceFragment {
|
|||
public void onCreatePreferences(final Bundle savedInstanceState, final String rootKey) {
|
||||
addPreferencesFromResource(R.xml.main_settings);
|
||||
|
||||
if (!CheckForNewAppVersion.isGithubApk(App.getApp())) {
|
||||
if (!CheckForNewAppVersion.isReleaseApk(App.getApp())) {
|
||||
final Preference update
|
||||
= findPreference(getString(R.string.update_pref_screen_key));
|
||||
getPreferenceScreen().removePreference(update);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue