Renamed SaveableNewsResource to UserNewsResource

pull/1837/head
magicalmeghan 3 years ago
parent e6ab0d2b76
commit cb28fa3409

@ -242,7 +242,7 @@ fun NewsResourceTopics(
for (followableTopic in topics) {
NiaTopicTag(
expanded = expandedTopicId == followableTopic.topic.id,
followed = true, // ToDo: Check if topic is followed
followed = followableTopic.isFollowed,
onDropdownMenuToggle = { show ->
expandedTopicId = if (show) followableTopic.topic.id else null
},

Loading…
Cancel
Save