Skip to content

Commit

Permalink
feat(patch-selector): remove TODO about an unplanned feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelen123 committed Oct 20, 2023
1 parent 18cfb56 commit 5290713
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5290713

Please sign in to comment.