Implement actions for a thread

This commit is contained in:
ismailgulek
2021-11-25 14:55:44 +03:00
parent 6f08534ebb
commit e862f77440
4 changed files with 77 additions and 6 deletions
+1 -6
View File
@@ -1520,7 +1520,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
UIBarButtonItem *item = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"room_context_menu_more"]
style:UIBarButtonItemStylePlain
target:self
action:@selector(onThreadMoreTapped:)];
action:@selector(onButtonPressed:)];
item.accessibilityLabel = [VectorL10n roomAccessibilityThreadMore];
return item;
@@ -4365,11 +4365,6 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
[self placeCallWithVideo:YES];
}
- (IBAction)onThreadMoreTapped:(id)sender
{
// TODO: Implement when design ready
}
- (IBAction)onThreadListTapped:(id)sender
{
self.threadsCoordinatorBridgePresenter = [[ThreadsCoordinatorBridgePresenter alloc] initWithSession:self.mainSession