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
54ba96b7
authored
Jun 26, 2026
by
ludi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复震动问题
parent
faa81f5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
DevelopmentPods/FUSCommon/FUSCommon/Classes/FUSAPPConfigs/FUSFuSiWebViewEventHelper.m
DevelopmentPods/FUSCommon/FUSCommon/Classes/FUSAPPConfigs/FUSFuSiWebViewEventHelper.m
View file @
54ba96b7
...
@@ -904,6 +904,10 @@ NSString * const kEVENT_RECHARGE_FIRST_RECHARGE_WINDOW_RECEIVE_OFFICIAL_RECAHARG
...
@@ -904,6 +904,10 @@ NSString * const kEVENT_RECHARGE_FIRST_RECHARGE_WINDOW_RECEIVE_OFFICIAL_RECAHARG
__block
NSInteger
timerDurationInt
=
durationInt
;
__block
NSInteger
timerDurationInt
=
durationInt
;
if
(
@available
(
iOS
13
.
0
,
*
))
{
[[
AVAudioSession
sharedInstance
]
setAllowHapticsAndSystemSoundsDuringRecording
:
YES
error
:
nil
];
}
[
self
.
vibrateTimer
invalidate
];
[
self
.
vibrateTimer
invalidate
];
self
.
vibrateTimer
=
nil
;
self
.
vibrateTimer
=
nil
;
UINotificationFeedbackGenerator
*
generator
=
[[
UINotificationFeedbackGenerator
alloc
]
init
];
UINotificationFeedbackGenerator
*
generator
=
[[
UINotificationFeedbackGenerator
alloc
]
init
];
...
...
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