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