mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 07:29:58 +01:00
SettingsAdapter.kt: Removed stray commented code
This commit is contained in:
parent
699d31c033
commit
67ca752c91
@ -265,7 +265,6 @@ class SettingsAdapter(
|
|||||||
textInputLayout = sliderBinding.textInput
|
textInputLayout = sliderBinding.textInput
|
||||||
textSliderValue = sliderBinding.textValue
|
textSliderValue = sliderBinding.textValue
|
||||||
textSliderValue!!.setText(sliderProgress.toString())
|
textSliderValue!!.setText(sliderProgress.toString())
|
||||||
//sliderBinding.textUnits.text = item.units
|
|
||||||
textInputLayout!!.suffixText = item.units
|
textInputLayout!!.suffixText = item.units
|
||||||
|
|
||||||
sliderBinding.slider.apply {
|
sliderBinding.slider.apply {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user