File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
presentation/src/main/java/com/stop/ui/alarmsetting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class AlarmSettingFragment : Fragment() {
93
93
94
94
private fun setToggleListener () {
95
95
with (binding) {
96
- toggleGroupAlarm.addOnButtonCheckedListener { group , checkedId, isChecked ->
96
+ toggleGroupAlarm.addOnButtonCheckedListener { _ , checkedId, isChecked ->
97
97
if (isChecked) {
98
98
when (checkedId) {
99
99
R .id.button_sound -> alarmSettingViewModel.alarmMethod = true
@@ -102,7 +102,7 @@ class AlarmSettingFragment : Fragment() {
102
102
}
103
103
}
104
104
105
- toggleGroupMission.addOnButtonCheckedListener { group , checkedId, isChecked ->
105
+ toggleGroupMission.addOnButtonCheckedListener { _ , checkedId, isChecked ->
106
106
if (isChecked) {
107
107
when (checkedId) {
108
108
R .id.button_mission_on -> alarmSettingViewModel.isMission = true
You can’t perform that action at this time.
0 commit comments