Skip to content

Commit db5cd7e

Browse files
committed
fix: Rename unused successCount parameter to underscore
1 parent d964a5a commit db5cd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/appcontrolx/ui/AppListFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ class AppListFragment : Fragment() {
417417
}
418418
}
419419
},
420-
onComplete = { successCount, failCount ->
420+
onComplete = { _, failCount ->
421421
// Log action
422422
lifecycleScope.launch(Dispatchers.IO) {
423423
rm?.logAction(ActionLog(

0 commit comments

Comments
 (0)