Skip to content

Commit

Permalink
Merge pull request #3746 from Navid200/Navid_2024_11_01
Browse files Browse the repository at this point in the history
Hidden xDrip Sync Key
  • Loading branch information
jamorham authored Nov 3, 2024
2 parents d14910c + 8188e73 commit 046e4e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,6 @@ public boolean onPreferenceChange(Preference preference, Object newValue) {
if (this.prefs.getString("custom_sync_key", "").equals("")) {
this.prefs.edit().putString("custom_sync_key", CipherUtils.getRandomHexKey()).apply();
}
bindPreferenceSummaryToValue(findPreference("custom_sync_key")); // still needed?

bindPreferenceSummaryToValue(findPreference("xplus_insulin_dia"));
bindPreferenceSummaryToValue(findPreference("xplus_liver_sensitivity"));
Expand Down

0 comments on commit 046e4e6

Please sign in to comment.