mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Public rooms search: Use the green circle place holder in the cell
This commit is contained in:
@@ -22,18 +22,6 @@
|
||||
|
||||
#pragma mark - Class methods
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
// Round image view
|
||||
[_avatarImageView.layer setCornerRadius:_avatarImageView.frame.size.width / 2];
|
||||
_avatarImageView.clipsToBounds = YES;
|
||||
|
||||
// TODO
|
||||
//_avatarImageView.backgroundColor
|
||||
}
|
||||
|
||||
- (void)render:(PublicRoomsDirectoryDataSource *)publicRoomsDirectoryDataSource
|
||||
{
|
||||
// Show information according to the data source state
|
||||
|
||||
Reference in New Issue
Block a user