mirror of
https://github.com/revanced/revanced-manager-compose.git
synced 2025-04-30 06:14:25 +02:00
fix(patches selector): copy the selected patches list
This commit is contained in:
parent
1624e90854
commit
8c58c41bb7
@ -56,7 +56,7 @@ fun PatchesSelectorScreen(
|
|||||||
}, floatingActionButton = {
|
}, floatingActionButton = {
|
||||||
ExtendedFloatingActionButton(text = { Text(stringResource(R.string.patch)) },
|
ExtendedFloatingActionButton(text = { Text(stringResource(R.string.patch)) },
|
||||||
icon = { Icon(Icons.Default.Build, null) },
|
icon = { Icon(Icons.Default.Build, null) },
|
||||||
onClick = { startPatching(vm.selectedPatches) })
|
onClick = { startPatching(vm.selectedPatches.toList()) })
|
||||||
}) { paddingValues ->
|
}) { paddingValues ->
|
||||||
Column(Modifier.fillMaxSize().padding(paddingValues)) {
|
Column(Modifier.fillMaxSize().padding(paddingValues)) {
|
||||||
TabRow(
|
TabRow(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user