We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55d22c1 + 348e2cc commit 57e78b5Copy full SHA for 57e78b5
app/src/main/java/com/google/samples/apps/nowinandroid/ui/NiaAppState.kt
@@ -110,7 +110,7 @@ class NiaAppState(
110
* @param route: Optional route to navigate to in case the destination contains arguments.
111
*/
112
fun navigate(destination: NiaNavigationDestination, route: String? = null) {
113
- trace("Navigation: $destination") {
+ trace("Navigation: ${destination.route}") {
114
if (destination is TopLevelDestination) {
115
navController.navigate(route ?: destination.route) {
116
// Pop up to the start destination of the graph to
0 commit comments