mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-04-25 20:32:13 +00:00
fix: Things
This commit is contained in:
parent
e3313a65a8
commit
854195abed
@ -154,7 +154,7 @@ class StepsHomeFragment :
|
|||||||
|
|
||||||
serie.entries = ArrayList(entries.values)
|
serie.entries = ArrayList(entries.values)
|
||||||
|
|
||||||
chart.xAxis.x = chart.xAxis.getXMax()
|
chart.xAxis.x = chart.xAxis.getXMin()
|
||||||
|
|
||||||
|
|
||||||
chart.refresh()
|
chart.refresh()
|
||||||
|
@ -52,7 +52,6 @@ class IntEditTextPreference : EditTextPreference, EditTextPreference.OnBindEditT
|
|||||||
val wasBlocking = shouldDisableDependents()
|
val wasBlocking = shouldDisableDependents()
|
||||||
val pouet = Integer.parseInt(text.toString())
|
val pouet = Integer.parseInt(text.toString())
|
||||||
this.txt = text
|
this.txt = text
|
||||||
pouet::class.simpleName?.let { Log.d("pouet2", it) }
|
|
||||||
persistInt(pouet)
|
persistInt(pouet)
|
||||||
val isBlocking = shouldDisableDependents()
|
val isBlocking = shouldDisableDependents()
|
||||||
if (isBlocking != wasBlocking) {
|
if (isBlocking != wasBlocking) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user