Chat screen: Hide the unsent button.

We hide here unsent buttons which is not present in Vector design.
TODO implement the right handling of unsent events.
This commit is contained in:
giomfo
2016-01-25 11:34:23 +01:00
parent 5db9040e10
commit ce386929c5
+1
View File
@@ -38,6 +38,7 @@
// Handle timestamp and read receips display at Vector app level (see [tableView: cellForRowAtIndexPath:])
self.useCustomDateTimeLabel = YES;
self.useCustomReceipts = YES;
self.useCustomUnsentButton = YES;
// TODO custom here self.eventsFilterForMessages according to Vector requirements