mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
room_member_search
Updates after MatrixKit update and review
This commit is contained in:
@@ -661,7 +661,8 @@
|
||||
[self onDeleteAt:indexPath];
|
||||
|
||||
}];
|
||||
leaveAction.backgroundColor = [VectorDesignValues getBackgroundColor:@"remove_icon"];
|
||||
|
||||
leaveAction.backgroundColor = [MXKTools convertImageToPatternColor:@"remove_icon" backgroundColor:VECTOR_LIGHT_GRAY_COLOR patternSize:CGSizeMake(74, 74) resourceSize:CGSizeMake(30, 30)];
|
||||
[actions insertObject:leaveAction atIndex:0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user