We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18f42d2 + 944db5d commit c1f9a5bCopy full SHA for c1f9a5b
Monal/Classes/ActiveChatsViewController.m
@@ -366,8 +366,8 @@ -(void) refreshDisplay
366
BOOL found = NO;
367
for(NSDictionary* accountDict in [[DataLayer sharedInstance] enabledAccountList])
368
{
369
- NSNumber* accountNo = accountDict[kAccountID];
370
- if([MLNotificationManager sharedInstance].currentContact.accountNo.intValue == accountNo.intValue)
+ NSNumber* accountId = accountDict[kAccountID];
+ if([MLNotificationManager sharedInstance].currentContact.accountId.intValue == accountId.intValue)
371
found = YES;
372
}
373
if(!found)
0 commit comments