Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit 907bc2a

Browse files
author
A. Taha Baki
committed
🚨 removing unused...
1 parent 0918e96 commit 907bc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/dev/atahabaki/shamrocktoolbox/views/QuickActionsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class QuickActionsFragment : Fragment(R.layout.fragment_quick_actions) {
3333
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
3434
super.onViewCreated(view, savedInstanceState)
3535
binding.quickAccessToggleGcam.isChecked = getGcamStatus()
36-
binding.quickAccessToggleGcam.setOnCheckedChangeListener { buttonView, isChecked -> toggleGcam(isChecked)}
36+
binding.quickAccessToggleGcam.setOnCheckedChangeListener { _, isChecked -> toggleGcam(isChecked)}
3737
}
3838

3939
private fun toggleGcam(isChecked: Boolean) {

0 commit comments

Comments
 (0)