feat(patch-selector): remove TODO about an unplanned feature

This commit is contained in:
Ax333l 2023-10-20 19:24:17 +02:00 committed by oSumAtrIX
parent ac75d1da27
commit 991a8cb5d1
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -53,7 +53,6 @@ class PatchesSelectorViewModel(input: Params) : ViewModel(), KoinComponent {
var pendingSelectionAction by mutableStateOf<(() -> Unit)?>(null)
// TODO: this should be hoisted to the parent screen
var selectionWarningEnabled by mutableStateOf(true)
private set