mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-04-25 04:12:15 +00:00
fix: Things
This commit is contained in:
parent
e3313a65a8
commit
854195abed
@ -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()
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user