UX rework: Directory section: Fix issue when there is invites

But we need to expose RecentsDataSource.directorySection. So expose all the family
This commit is contained in:
manuroe
2017-04-07 15:33:48 +02:00
parent 1f8d2dab01
commit 64e440c243
4 changed files with 27 additions and 28 deletions
+8 -10
View File
@@ -37,16 +37,14 @@ typedef enum : NSUInteger
shared between all the applications tabs.
*/
@interface RecentsDataSource : MXKInterleavedRecentsDataSource
{
@protected
NSInteger directorySection;
NSInteger invitesSection;
NSInteger favoritesSection;
NSInteger conversationSection;
NSInteger lowPrioritySection;
NSInteger sectionsCount;
}
@property (nonatomic) NSInteger directorySection;
@property (nonatomic) NSInteger invitesSection;
@property (nonatomic) NSInteger favoritesSection;
@property (nonatomic) NSInteger conversationSection;
@property (nonatomic) NSInteger lowPrioritySection;
@property (nonatomic) NSInteger sectionsCount;
/**
Set the delegate by specifying the selected display mode.