mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
RoomTitleView: Add badge image view.
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
self.badgeImageView.image = nil;
|
||||
|
||||
if (_titleMask)
|
||||
{
|
||||
UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(reportTapGesture:)];
|
||||
|
||||
Reference in New Issue
Block a user