mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
SettingsAdapter.kt: Removed stray commented code
This commit is contained in:
parent
699d31c033
commit
67ca752c91
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…
Add table
Reference in a new issue