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.
1 parent d63afe9 commit 503da99Copy full SHA for 503da99
android/app/src/main/java/com/emergetools/hackernews/features/comments/CommentsRouting.kt
@@ -13,6 +13,9 @@ import com.emergetools.hackernews.userStorage
13
import com.emergetools.hackernews.webClient
14
import kotlinx.serialization.Serializable
15
16
+/**
17
+ * Destinations related to the comments feature.
18
+ */
19
sealed interface CommentsDestinations {
20
@Serializable
21
data class Comments(val storyId: Long) : CommentsDestinations
0 commit comments