Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d328e912
authored
Jul 02, 2026
by
ludi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一个fb的分享取消bug,fb分享成没成功都取消的,它自己的sdk就是这么返回
parent
698d31cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Tools/ThirdParty/TwitterHelper/FacebookHelper/FUSFacebookHelper.swift
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Tools/ThirdParty/TwitterHelper/FacebookHelper/FUSFacebookHelper.swift
View file @
d328e912
...
...
@@ -251,9 +251,11 @@ extension FUSFacebookHelper: SharingDelegate{
public
func
sharerDidCancel
(
_
sharer
:
any
FBSDKShareKit
.
Sharing
)
{
Settings
.
shared
.
appID
=
FUSConfig
.
sharedInstanced
()
.
sdkConfigs
.
facebookShareKey
Settings
.
shared
.
clientToken
=
FUSConfig
.
sharedInstanced
()
.
sdkConfigs
.
facebookShareSecret
share
FailureHandle
?(
true
)
share
SuccessHandle
?(
)
self
.
shareSuccessHandle
=
nil
self
.
shareFailureHandle
=
nil
Settings
.
shared
.
appID
=
FUSConfig
.
sharedInstanced
()
.
sdkConfigs
.
facebookShareKey
Settings
.
shared
.
clientToken
=
FUSConfig
.
sharedInstanced
()
.
sdkConfigs
.
facebookShareSecret
}
...
...
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