mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 21:29:54 +01:00
Merge branch 'hide-testing-preferences' into 'master'
Hide testing preferences in release builds See merge request akwizgran/briar!808
This commit is contained in:
@@ -157,6 +157,8 @@ public class SettingsFragment extends PreferenceFragmentCompat
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
findPreference("pref_key_explode").setVisible(false);
|
||||||
|
findPreference("pref_key_test_data").setVisible(false);
|
||||||
PreferenceGroup testing =
|
PreferenceGroup testing =
|
||||||
findPreference("pref_key_explode").getParent();
|
findPreference("pref_key_explode").getParent();
|
||||||
if (testing == null) throw new AssertionError();
|
if (testing == null) throw new AssertionError();
|
||||||
|
|||||||
Reference in New Issue
Block a user