forked from mirrors/linphone-iphone
Update history on network update
This commit is contained in:
parent
be09fd8211
commit
bc0f253cbe
1 changed files with 3 additions and 0 deletions
|
|
@ -296,6 +296,9 @@ static BuschJaegerMainView* mainViewInstance=nil;
|
|||
|
||||
- (void)networkUpdateEvent: (NSNotification*) notif {
|
||||
[self networkUpdate:[[LinphoneManager instance].configuration.homeAP isEqualToData:[LinphoneManager getWifiData]]];
|
||||
if([[LinphoneManager instance] connectivity] == network_none) {
|
||||
[self updateIconBadge:nil]; // Update history
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue