1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-04-25 04:12:15 +00:00

fix: Things

This commit is contained in:
Florian Bouillon 2023-01-09 17:46:28 +01:00
parent e3313a65a8
commit 854195abed
2 changed files with 1 additions and 2 deletions

View File

@ -154,7 +154,7 @@ class StepsHomeFragment :
serie.entries = ArrayList(entries.values)
chart.xAxis.x = chart.xAxis.getXMax()
chart.xAxis.x = chart.xAxis.getXMin()
chart.refresh()

View File

@ -52,7 +52,6 @@ class IntEditTextPreference : EditTextPreference, EditTextPreference.OnBindEditT
val wasBlocking = shouldDisableDependents()
val pouet = Integer.parseInt(text.toString())
this.txt = text
pouet::class.simpleName?.let { Log.d("pouet2", it) }
persistInt(pouet)
val isBlocking = shouldDisableDependents()
if (isBlocking != wasBlocking) {