Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Navid200 committed Nov 10, 2024
1 parent 6547323 commit a64bfd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ public class Preferences extends BasePreferenceActivity implements SearchPrefere
private void refreshFragments() {
refreshFragments(null);
}
private static final double MIN_GLUCOSE_INPUT = 40; // The smallest acceptable input glucose value in mg/dL
private static final double MAX_GLUCOSE_INPUT = 400; // The largest acceptable input glucose value in mg/dL
public static final double MIN_GLUCOSE_INPUT = 40; // The smallest acceptable input glucose value in mg/dL
public static final double MAX_GLUCOSE_INPUT = 400; // The largest acceptable input glucose value in mg/dL

private void refreshFragments(final String jumpTo) {
this.preferenceFragment = new AllPrefsFragment(jumpTo);
Expand Down

0 comments on commit a64bfd1

Please sign in to comment.