Add send reply mode in RoomInputToolbarView in order to update text input placeholder when sending a reply.

This commit is contained in:
SBiOSoftWhare
2018-07-23 16:54:23 +02:00
parent 70fc87d41b
commit f81ba36880
2 changed files with 40 additions and 0 deletions

View File

@@ -69,6 +69,11 @@
*/
@property (nonatomic) BOOL isEncryptionEnabled;
/**
Tell whether the input text will be a reply to a message.
*/
@property (nonatomic, getter=isReplyToEnabled) BOOL replyToEnabled;
/**
Tell whether a call is active.
*/