mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
fix(patches selector): copy the selected patches list
This commit is contained in:
@@ -56,7 +56,7 @@ fun PatchesSelectorScreen(
|
||||
}, floatingActionButton = {
|
||||
ExtendedFloatingActionButton(text = { Text(stringResource(R.string.patch)) },
|
||||
icon = { Icon(Icons.Default.Build, null) },
|
||||
onClick = { startPatching(vm.selectedPatches) })
|
||||
onClick = { startPatching(vm.selectedPatches.toList()) })
|
||||
}) { paddingValues ->
|
||||
Column(Modifier.fillMaxSize().padding(paddingValues)) {
|
||||
TabRow(
|
||||
|
||||
Reference in New Issue
Block a user