Update history on network update

This commit is contained in:
Yann Diorcet 2013-02-12 15:38:15 +01:00
parent be09fd8211
commit bc0f253cbe

View file

@ -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
}
}