mirror of
https://github.com/owenlejeune/TVTime.git
synced 2026-01-05 22:31:18 -05:00
hide review bar when not logged in
This commit is contained in:
@@ -809,6 +809,7 @@ private fun ReviewsCard(
|
||||
)
|
||||
},
|
||||
footer = {
|
||||
if (!SessionManager.currentSession.isGuest) {
|
||||
Row(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
@@ -839,7 +840,7 @@ private fun ReviewsCard(
|
||||
contentDescription = ""
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
) {
|
||||
val reviews = reviewsResponse.value?.results ?: emptyList()
|
||||
|
||||
Reference in New Issue
Block a user