Skip to content

Commit 690c9f3

Browse files
committed
documentation update for the feature/qr
1 parent b428bae commit 690c9f3

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

feature/qr/src/commonMain/kotlin/org/mifos/mobile/feature/qr/navigation/QrNavGraph.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import org.mifos.mobile.feature.qr.qrCodeDisplay.qrDisplayDestination
2424
import org.mifos.mobile.feature.qr.qrCodeImport.navigateToQrImportScreen
2525
import org.mifos.mobile.feature.qr.qrCodeImport.qrImportDestination
2626

27-
2827
/**
2928
* Type-safe navigation route for the entire QR feature's nested navigation graph.
3029
*/

feature/qr/src/commonMain/kotlin/org/mifos/mobile/feature/qr/qr/QrCodeReaderScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ private fun QrCodeReaderDialog(
139139
}
140140
}
141141

142-
143142
/**
144143
* The main content of the QR Code Reader screen, including the camera preview and UI controls.
145144
*

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ fun NavController.navigateToQrDisplayScreen(qrString: String, navOptions: NavOpt
3434
this.navigate(QrCodeDisplayRoute(qrString), navOptions)
3535
}
3636

37-
3837
/**
3938
* Defines the composable destination for the QR Code Display screen in the navigation graph.
4039
*

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import org.mifos.mobile.core.designsystem.theme.MifosTypography
4949
import org.mifos.mobile.core.ui.component.MifosPoweredCard
5050
import org.mifos.mobile.core.ui.utils.EventsEffect
5151

52-
5352
/**
5453
* The main entry point for the QR Code Display screen. This composable handles state
5554
* from the ViewModel and events.
@@ -187,7 +186,6 @@ private fun QrCodeDisplayContent(
187186
}
188187
}
189188

190-
191189
/**
192190
* A Jetpack Compose Preview for the [QrCodeDisplayScreen] composable.
193191
*/

0 commit comments

Comments
 (0)