forked from mirrors/linphone-iphone
update missed call badge even when history view displayed
This commit is contained in:
parent
cfed6454bb
commit
ed02ae650b
1 changed files with 3 additions and 0 deletions
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue