mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
End-to-end encryption UI/UX
#723 - Chat screen: Display a padlock in the bottom tool bar in case of encrypted room.
This commit is contained in:
@@ -956,6 +956,9 @@
|
||||
// Hide the call button if there is an active call in another room
|
||||
roomInputToolbarView.supportCallOption &= ([[AppDelegate theDelegate] callStatusBarWindow] == nil);
|
||||
}
|
||||
|
||||
// Encrypted?
|
||||
roomInputToolbarView.isEncrypted = self.roomDataSource.room.state.isEncrypted;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user