Use boolean for is_saved field

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
Aditya Wasan 2020-12-20 13:38:47 +05:30 committed by Harsh Shandilya
parent 740d9e432a
commit ab3f112981
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 9 additions and 9 deletions

View file

@ -55,7 +55,7 @@ val TEST_POST = LobstersPost(
emptyList(),
),
listOf("openbsd", "linux", "containers", "hack the planet", "no thanks"),
0,
false,
)
@Composable