Skip to content

Commit deddbc6

Browse files
committed
polish naming of callback
1 parent a400caa commit deddbc6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/de/berlindroid/zepatch/ui/PatchableDetail.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ fun PatchableDetail(
8686
patchable = patchable,
8787
onBitmapUpdated = viewModel::updateBitmap,
8888
onColorCountUpdated = viewModel::updateColorCount,
89-
computeReducedBitmap = viewModel::computeReducedBitmap
89+
onComputeReducedBitmap = viewModel::computeReducedBitmap,
90+
onCreateEmbroidery = viewModel::createEmbroidery,
9091
)
9192

9293
WizardProgress(

0 commit comments

Comments
 (0)