SettingsAdapter.kt: Removed stray commented code

This commit is contained in:
OpenSauce 2024-08-13 21:49:59 +01:00 committed by GitHub
parent b825ba43bd
commit 5a5e4c9de1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {