Fix failing InterestsListDetailScreenTest

Change-Id: Ib6e47d9a9cced4c967756f95a5c98587628bd2cb
pull/1413/head
Don Turner 4 months ago
parent 5429056d25
commit 4ff5b1fa26

@ -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