mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-09 13:43:27 +00:00
SettingsAdapter.kt: Removed stray commented code
This commit is contained in:
parent
b825ba43bd
commit
5a5e4c9de1
1 changed files with 0 additions and 1 deletions
|
@ -265,7 +265,6 @@ class SettingsAdapter(
|
|||
textInputLayout = sliderBinding.textInput
|
||||
textSliderValue = sliderBinding.textValue
|
||||
textSliderValue!!.setText(sliderProgress.toString())
|
||||
//sliderBinding.textUnits.text = item.units
|
||||
textInputLayout!!.suffixText = item.units
|
||||
|
||||
sliderBinding.slider.apply {
|
||||
|
|
Loading…
Reference in a new issue