mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-03 16:07:31 +01:00
Fixed action view height
This commit is contained in:
parent
ff1d5733a0
commit
cd60e0ce1a
@ -212,6 +212,7 @@ struct StatusRowActionsView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
.sheet(isPresented: $showTextForSelection) {
|
||||
let content = viewModel.status.reblog?.content.asSafeMarkdownAttributedString ?? viewModel.status.content.asSafeMarkdownAttributedString
|
||||
SelectTextView(content: content)
|
||||
|
Loading…
x
Reference in New Issue
Block a user