mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 07:27:42 +02:00
Bug Fix: Chat screen - The missed discussions badge is missing in the navigation bar
This commit is contained in:
@@ -2940,7 +2940,7 @@
|
||||
- (void)refreshMissedDiscussionsCount:(BOOL)force
|
||||
{
|
||||
// Ignore this action when no room is displayed
|
||||
if (!self.roomDataSource)
|
||||
if (!self.roomDataSource || !missedDiscussionsBarButtonCustomView)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user