mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-27 02:14:45 +00:00
Fix for status card
This commit is contained in:
parent
1bdd31e848
commit
75a61cb534
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ struct StatusRowContentView: View {
|
||||||
!viewModel.isEmbedLoading,
|
!viewModel.isEmbedLoading,
|
||||||
!isCompact,
|
!isCompact,
|
||||||
theme.statusDisplayStyle != .compact,
|
theme.statusDisplayStyle != .compact,
|
||||||
|
viewModel.embeddedStatus == nil,
|
||||||
viewModel.finalStatus.mediaAttachments.isEmpty
|
viewModel.finalStatus.mediaAttachments.isEmpty
|
||||||
{
|
{
|
||||||
StatusRowCardView(card: card)
|
StatusRowCardView(card: card)
|
||||||
|
|
Loading…
Reference in a new issue