Store the MXSession in ShareDataSource to prevent multiple copies being created.

This commit is contained in:
Doug
2022-03-16 14:40:57 +00:00
committed by Doug
parent 13613fa714
commit d2c099a846
3 changed files with 33 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
@property (nonatomic, strong, readonly) NSSet<NSString *> *selectedRoomIdentifiers;
- (instancetype)initWithFileStore:(MXFileStore *)fileStore
credentials:(MXCredentials *)credentials;
session:(MXSession *)session;
- (void)selectRoomWithIdentifier:(NSString *)roomIdentifier animated:(BOOL)animated;