mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
pr comment + some design improvements
This commit is contained in:
@@ -19,7 +19,9 @@ import Foundation
|
||||
struct ComposerViewState: BindableState {
|
||||
var eventSenderDisplayName: String?
|
||||
var sendMode: RoomInputToolbarViewSendMode = .send
|
||||
|
||||
}
|
||||
|
||||
extension ComposerViewState {
|
||||
var shouldDisplayContext: Bool {
|
||||
return sendMode == .edit || sendMode == .reply
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user