refactor: remove deeplinks

Fixes #484
This commit is contained in:
Harsh Shandilya 2024-04-18 01:01:21 +05:30
parent d19c1e11be
commit 2b9680d3d8
7 changed files with 9 additions and 122 deletions

View file

@ -260,7 +260,7 @@ private fun LobstersCardPreview() {
override fun viewComments(postId: String) {}
override fun viewCommentsPage(commentsUrl: String) {}
override fun viewCommentsPage(post: UIPost) {}
override fun toggleSave(post: UIPost) {}

View file

@ -16,7 +16,7 @@ interface PostActions {
fun viewComments(postId: String)
fun viewCommentsPage(commentsUrl: String)
fun viewCommentsPage(post: UIPost)
fun toggleSave(post: UIPost)