mirror of
https://github.com/Ishan09811/pine.git
synced 2025-04-28 09:35:08 +00:00
Typo
This commit is contained in:
parent
305ac2d13a
commit
f5097cbe90
@ -71,6 +71,7 @@ class SeekBarPreference(context: Context, attrs: AttributeSet) : DialogPreferenc
|
|||||||
}
|
}
|
||||||
.setNegativeButton(android.R.string.cancel) { _, _ ->
|
.setNegativeButton(android.R.string.cancel) { _, _ ->
|
||||||
slider.value = valueText.text.toString().replace("%", "").toInt().toFloat()
|
slider.value = valueText.text.toString().replace("%", "").toInt().toFloat()
|
||||||
|
}
|
||||||
.show()
|
.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user