mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-24 00:16:39 +02:00
Fixed compilation
This commit is contained in:
@@ -290,8 +290,8 @@ NSString *const kMXKRoomBubbleCellVectorEditButtonPressed = @"kMXKRoomBubbleCell
|
||||
|
||||
[editButton setTitle:NSLocalizedStringFromTable(@"room_event_action_edit", @"Vector", nil) forState:UIControlStateNormal];
|
||||
[editButton setTitle:NSLocalizedStringFromTable(@"room_event_action_edit", @"Vector", nil) forState:UIControlStateSelected];
|
||||
[editButton setTitleColor:kVectorColorGree forState:UIControlStateNormal];
|
||||
[editButton setTitleColor:kVectorColorGree forState:UIControlStateSelected];
|
||||
[editButton setTitleColor:kVectorColorGreen forState:UIControlStateNormal];
|
||||
[editButton setTitleColor:kVectorColorGreen forState:UIControlStateSelected];
|
||||
|
||||
// Align button label on the right border of the bubbleInfoContainer
|
||||
editButton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentRight;
|
||||
|
||||
Reference in New Issue
Block a user