File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
feature/qr/src/commonMain/kotlin/org/mifos/mobile/feature/qr/qrCodeImport Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ import org.mifos.mobile.core.ui.utils.EventsEffect
4242 *
4343 * @param navigateBack Callback to navigate to the previous screen.
4444 * @param openBeneficiaryApplication Callback to open the beneficiary application with parsed data.
45- * @param modifier The [Modifier] to be applied to this composable.
4645 * @param viewModel The [QrCodeImportViewModel] for this screen.
4746 */
4847@Composable
@@ -111,8 +110,6 @@ private fun QrCodeDialog(
111110/* *
112111 * The main content layout for the QR Code Import screen, including the scaffold and
113112 * bottom bar.
114- *
115- * @param modifier The [Modifier] to be applied to this composable.
116113 * @param onAction Callback for user actions on the screen.
117114 */
118115@Composable
@@ -167,7 +164,6 @@ expect fun QrCodeImagePicker(
167164 * A wrapper composable that hosts the platform-specific [QrCodeImagePicker].
168165 *
169166 * @param proceedClicked Callback invoked when an image is selected and ready to be processed.
170- * @param modifier The [Modifier] to be applied to this composable.
171167 */
172168@Composable
173169private fun QrCodeImportContent (
You can’t perform that action at this time.
0 commit comments