Skip to content

Commit

Permalink
6.4.6-rc1 (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu authored Nov 9, 2024
2 parents 18f42d2 + 944db5d commit c1f9a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Monal/Classes/ActiveChatsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ -(void) refreshDisplay
BOOL found = NO;
for(NSDictionary* accountDict in [[DataLayer sharedInstance] enabledAccountList])
{
NSNumber* accountNo = accountDict[kAccountID];
if([MLNotificationManager sharedInstance].currentContact.accountNo.intValue == accountNo.intValue)
NSNumber* accountId = accountDict[kAccountID];
if([MLNotificationManager sharedInstance].currentContact.accountId.intValue == accountId.intValue)
found = YES;
}
if(!found)
Expand Down

0 comments on commit c1f9a5b

Please sign in to comment.