mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-25 11:02:13 +02:00
fix(patches selector): copy the selected patches list
This commit is contained in:
parent
fc5f97e54b
commit
8e011a5d6b
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user