fix: Turn off filters by default (#2079)

This commit is contained in:
aAbed
2024-08-06 06:31:50 +05:45
committed by oSumAtrIX
parent 5e0ba77f4a
commit 4727e8243c

View File

@ -101,7 +101,7 @@ class PatchesSelectorViewModel(input: Params) : ViewModel(), KoinComponent {
val compatibleVersions = mutableStateListOf<String>()
var filter by mutableIntStateOf(SHOW_SUPPORTED or SHOW_UNIVERSAL or SHOW_UNSUPPORTED)
var filter by mutableIntStateOf(0)
private set
private val defaultPatchSelection = bundlesFlow.map { bundles ->