Skip to content

Commit c1f9a5b

Browse files
6.4.6-rc1 (#1292)
2 parents 18f42d2 + 944db5d commit c1f9a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Monal/Classes/ActiveChatsViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ -(void) refreshDisplay
366366
BOOL found = NO;
367367
for(NSDictionary* accountDict in [[DataLayer sharedInstance] enabledAccountList])
368368
{
369-
NSNumber* accountNo = accountDict[kAccountID];
370-
if([MLNotificationManager sharedInstance].currentContact.accountNo.intValue == accountNo.intValue)
369+
NSNumber* accountId = accountDict[kAccountID];
370+
if([MLNotificationManager sharedInstance].currentContact.accountId.intValue == accountId.intValue)
371371
found = YES;
372372
}
373373
if(!found)

0 commit comments

Comments
 (0)