Fix failing InterestsListDetailScreenTest

Change-Id: Ib6e47d9a9cced4c967756f95a5c98587628bd2cb
pull/1837/head
Don Turner 1 year ago
parent 4d76cd6aa3
commit faae1b57e5

@ -22,7 +22,7 @@ import kotlinx.serialization.Serializable
@Serializable data class InterestsRoute( @Serializable data class InterestsRoute(
// The ID of the topic which will be initially selected at this destination // The ID of the topic which will be initially selected at this destination
val initialTopicId: String?, val initialTopicId: String? = null,
) )
fun NavController.navigateToInterests( fun NavController.navigateToInterests(

Loading…
Cancel
Save