update missed call badge even when history view displayed

This commit is contained in:
Benjamin Reis 2017-05-31 17:16:23 +02:00
parent cfed6454bb
commit ed02ae650b

View file

@ -142,6 +142,9 @@
#pragma mark - Action Functions
- (IBAction)onHistoryClick:(id)event {
linphone_core_reset_missed_calls_count(LC);
[self update:FALSE];
[PhoneMainView.instance updateApplicationBadgeNumber];
[PhoneMainView.instance changeCurrentView:HistoryListView.compositeViewDescription];
}