Use thread protocols where possible

This commit is contained in:
ismailgulek
2022-02-11 18:11:44 +03:00
parent 5666cd9765
commit f2e8faf54e
8 changed files with 30 additions and 16 deletions
+1 -1
View File
@@ -4283,7 +4283,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
[self updateTitleViewEncryptionDecoration];
}
- (void)roomDataSource:(RoomDataSource *)roomDataSource didTapThread:(MXThread *)thread
- (void)roomDataSource:(RoomDataSource *)roomDataSource didTapThread:(id<MXThreadProtocol>)thread
{
[self openThreadWithId:thread.id];
}