Skip to content

Commit 1b93bb4

Browse files
Update QrCodeDisplayScreen.kt
fixed redundant comments
1 parent 22fc660 commit 1b93bb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

feature/qr/src/commonMain/kotlin/org/mifos/mobile/feature/qr/qrCodeDisplay/QrCodeDisplayScreen.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ import org.mifos.mobile.core.ui.utils.EventsEffect
5454
* from the ViewModel and events.
5555
*
5656
* @param navigateBack Callback to navigate to the previous screen.
57-
* @param modifier The [Modifier] to be applied to this composable.
5857
* @param viewModel The [QrCodeDisplayViewModel] for this screen.
5958
*/
6059
@Composable
@@ -85,7 +84,6 @@ internal fun QrCodeDisplayScreen(
8584
* This composable is responsible for the UI layout and generating the QR code painter.
8685
*
8786
* @param state The current [QrCodeDisplayState] to render.
88-
* @param modifier The [Modifier] to be applied to this composable.
8987
* @param onAction Callback for user actions on the screen.
9088
*/
9189
@Suppress("UnusedPrivateProperty")
@@ -124,7 +122,6 @@ private fun QrCodeDisplayScreen(
124122
* It lays out the title, instructions, QR code image, and generation date.
125123
*
126124
* @param painter The [Painter] used to draw the QR code.
127-
* @param modifier The [Modifier] to be applied to this composable.
128125
*/
129126
@Composable
130127
private fun QrCodeDisplayContent(

0 commit comments

Comments
 (0)