mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
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