mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
mobile: do not show "observer" overlay when user leaves group
This commit is contained in:
parent
37d0bc2f14
commit
c50306709b
6 changed files with 41 additions and 10 deletions
|
@ -291,7 +291,7 @@ struct ComposeView: View {
|
|||
.background(.background)
|
||||
.disabled(!chat.userCanSend)
|
||||
|
||||
if (!chat.userCanSend) {
|
||||
if chat.userIsObserver {
|
||||
Text("you are observer")
|
||||
.italic()
|
||||
.foregroundColor(.secondary)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue