mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
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