Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-iphone
Commits
831295f6
Commit
831295f6
authored
May 03, 2021
by
DanmeiChen
Browse files
update password manage lien
parent
6ef77ebd
Pipeline
#28706
failed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Classes/AssistantView.m
Classes/AssistantView.m
+1
-1
No files found.
Classes/AssistantView.m
View file @
831295f6
...
...
@@ -1672,7 +1672,7 @@ void assistant_is_account_linked(LinphoneAccountCreator *creator, LinphoneAccoun
}
-
(
IBAction
)
onLinkTap
:(
id
)
sender
{
NSString
*
url
=
@"https://linphone.org
/freesip/recover
"
;
NSString
*
url
=
@"https://
subscribe.
linphone.org"
;
if
(
!
[
UIApplication
.
sharedApplication
openURL
:[
NSURL
URLWithString
:
url
]])
{
LOGE
(
@"Failed to open %@, invalid URL"
,
url
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment