File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff 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 */
633624inline fun <reified T : Any > NavGraphBuilder.composableWithDefaultTransitions (
634625 typeMap : Map <KType , NavType <* >> = emptyMap(),
You can’t perform that action at this time.
0 commit comments