mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
parent
d19c1e11be
commit
2b9680d3d8
7 changed files with 9 additions and 122 deletions
|
@ -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) {}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ interface PostActions {
|
|||
|
||||
fun viewComments(postId: String)
|
||||
|
||||
fun viewCommentsPage(commentsUrl: String)
|
||||
fun viewCommentsPage(post: UIPost)
|
||||
|
||||
fun toggleSave(post: UIPost)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue