fix: copy icon (migration whole list) was always migrating instead of copy
This commit is contained in:
parent
1042726a74
commit
93be3f15b7
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ fun MigrationListScreen(
|
|||
AppBar.Action(
|
||||
title = stringResource(MR.strings.copy),
|
||||
icon = if (items.size == 1) Icons.Outlined.ContentCopy else Icons.Outlined.CopyAll,
|
||||
onClick = { openMigrationDialog(false) },
|
||||
onClick = { openMigrationDialog(true) },
|
||||
enabled = migrationDone,
|
||||
),
|
||||
AppBar.Action(
|
||||
|
|
|
|||
Loading…
Reference in a new issue