3779: show the input tool bar on timeline not live

This commit is contained in:
MaximeE
2022-02-23 11:03:22 +01:00
parent d39b42dbc1
commit c980315d83
5 changed files with 40 additions and 10 deletions
@@ -102,6 +102,11 @@ typedef NS_ENUM(NSUInteger, MXKRoomViewControllerJoinRoomResult) {
*/
@property (nonatomic, readonly) MXKRoomDataSource *roomDataSource;
/**
The data source associated to live timeline, in the case the view controller show timeline not live.
*/
@property (nonatomic) MXKRoomDataSource *roomDataSourceLive;
/**
Flag indicating if this instance has the memory ownership of its `roomDataSource`.
If YES, it will release it on [self destroy] call;