Skip to content

Commit 0c8fd40

Browse files
committed
refactor: Cleanup comments
1 parent 1b845eb commit 0c8fd40

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

app/src/main/java/to/bitkit/ui/ContentView.kt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -619,16 +619,7 @@ private fun NavGraphBuilder.qrScanner(
619619
// endregion
620620

621621
/**
622-
* Adds the [Composable] to the [NavGraphBuilder] with default screen transitions.
623-
*
624-
* @param typeMap map of destination arguments' kotlin type [KType] to its respective custom
625-
* [NavType]. May be empty if destination does not receive arguments.
626-
* @param deepLinks list of deep links to associate with the destinations.
627-
* @param enterTransition callback to determine the destination's enter transition
628-
* @param exitTransition callback to determine the destination's exit transition
629-
* @param popEnterTransition callback to determine the destination's popEnter transition
630-
* @param popExitTransition callback to determine the destination's popExit transition
631-
* @param content composable for the destination
622+
* Adds the [Composable] to the [NavGraphBuilder] with the default screen transitions.
632623
*/
633624
inline fun <reified T : Any> NavGraphBuilder.composableWithDefaultTransitions(
634625
typeMap: Map<KType, NavType<*>> = emptyMap(),

0 commit comments

Comments
 (0)