mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
update functions
This commit is contained in:
parent
a85e4c9827
commit
7a4d625fa2
2 changed files with 3 additions and 3 deletions
|
|
@ -754,7 +754,7 @@
|
|||
- (void)application:(UIApplication *)application
|
||||
handleActionWithIdentifier:(NSString *)identifier
|
||||
forLocalNotification:(UILocalNotification *)notification
|
||||
completionHandler:(void (^)())completionHandler {
|
||||
completionHandler:(void (^)(void))completionHandler {
|
||||
|
||||
LinphoneCall *call = linphone_core_get_current_call(LC);
|
||||
if (call) {
|
||||
|
|
@ -802,7 +802,7 @@
|
|||
handleActionWithIdentifier:(NSString *)identifier
|
||||
forLocalNotification:(UILocalNotification *)notification
|
||||
withResponseInfo:(NSDictionary *)responseInfo
|
||||
completionHandler:(void (^)())completionHandler {
|
||||
completionHandler:(void (^)(void))completionHandler {
|
||||
|
||||
LinphoneCall *call = linphone_core_get_current_call(LC);
|
||||
if (call) {
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ INIT_WITH_COMMON_CF {
|
|||
|
||||
- (id)initWithRootViewController:(UIViewController *)rootViewController {
|
||||
[UINavigationControllerEx removeBackground:rootViewController.view];
|
||||
return [self initWithRootViewController:rootViewController];
|
||||
return [super initWithRootViewController:rootViewController];
|
||||
}
|
||||
|
||||
+ (void)removeBackground:(UIView *)view {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue