Skip to content

Commit

Permalink
Remove unnecessary inputAccessoryView from room input toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailgulek committed Aug 12, 2022
1 parent f532afe commit 28c31ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Riot/Modules/Room/Views/InputToolbar/RoomInputToolbarView.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ - (void)awakeFromNib
[self updateUIWithAttributedTextMessage:nil animated:NO];

self.textView.toolbarDelegate = self;

// Add an accessory view to the text view in order to retrieve keyboard view.
inputAccessoryView = [[UIView alloc] initWithFrame:CGRectZero];
self.textView.inputAccessoryView = inputAccessoryView;
}

- (void)setVoiceMessageToolbarView:(UIView *)voiceMessageToolbarView
Expand Down

0 comments on commit 28c31ad

Please sign in to comment.