mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Implement actions for a thread
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user