mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 16:47:01 +05:30
Use boolean for is_saved field
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
parent
740d9e432a
commit
ab3f112981
3 changed files with 9 additions and 9 deletions
|
@ -55,7 +55,7 @@ val TEST_POST = LobstersPost(
|
|||
emptyList(),
|
||||
),
|
||||
listOf("openbsd", "linux", "containers", "hack the planet", "no thanks"),
|
||||
0,
|
||||
false,
|
||||
)
|
||||
|
||||
@Composable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue