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:
giomfo
2016-11-07 11:36:32 +01:00
parent 3ec6dcf531
commit d772fb44fc
17 changed files with 95 additions and 11 deletions
@@ -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;
}
}