mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-10 21:54:10 +01:00
Fix status embed
This commit is contained in:
parent
f08c90f8a0
commit
017275ec69
@ -29,6 +29,7 @@ public struct StatusEmbeddedView: View {
|
||||
showActions: false))
|
||||
.accessibilityLabel(status.content.asRawText)
|
||||
.environment(\.isCompact, true)
|
||||
.environment(\.isStatusFocused, false)
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
|
@ -97,7 +97,7 @@ public struct StatusRowView: View {
|
||||
}
|
||||
}
|
||||
|
||||
if isFocused {
|
||||
if isFocused, !isCompact {
|
||||
StatusRowDetailView(viewModel: viewModel)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user