mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-06-29 05:08:08 +08:00
fix: Turn off filters by default (#2079)
This commit is contained in:
@ -101,7 +101,7 @@ class PatchesSelectorViewModel(input: Params) : ViewModel(), KoinComponent {
|
|||||||
|
|
||||||
val compatibleVersions = mutableStateListOf<String>()
|
val compatibleVersions = mutableStateListOf<String>()
|
||||||
|
|
||||||
var filter by mutableIntStateOf(SHOW_SUPPORTED or SHOW_UNIVERSAL or SHOW_UNSUPPORTED)
|
var filter by mutableIntStateOf(0)
|
||||||
private set
|
private set
|
||||||
|
|
||||||
private val defaultPatchSelection = bundlesFlow.map { bundles ->
|
private val defaultPatchSelection = bundlesFlow.map { bundles ->
|
||||||
|
Reference in New Issue
Block a user