Skip to content

Commit 63c0811

Browse files
Update QrCodeImportScreen.kt
fix the redundant comments
1 parent 1b93bb4 commit 63c0811

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

feature/qr/src/commonMain/kotlin/org/mifos/mobile/feature/qr/qrCodeImport/QrCodeImportScreen.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
173169
private fun QrCodeImportContent(

0 commit comments

Comments
 (0)