forked from shadowfacts/Tusker
Fix replied-to status not updating when selecting different draft
This commit is contained in:
parent
70f8748364
commit
2080fdc955
|
@ -369,6 +369,8 @@ public final class ComposeController: ViewController {
|
|||
rowTopInset: 8,
|
||||
globalFrameOutsideList: globalFrameOutsideList
|
||||
)
|
||||
// i don't know why swiftui can't infer this from the status that's passed into the ReplyStatusView changing
|
||||
.id(id)
|
||||
.listRowInsets(EdgeInsets(top: 8, leading: 8, bottom: 4, trailing: 8))
|
||||
.listRowSeparator(.hidden)
|
||||
.listRowBackground(config.backgroundColor)
|
||||
|
|
Loading…
Reference in New Issue