mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
feat(patch-selector): remove TODO about an unplanned feature
This commit is contained in:
parent
18cfb56b45
commit
5290713504
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue