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
5da5b6d9
authored
Mar 07, 2026
by
suolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复音量键不显示问题
parent
894defe5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/FUSLiveFunctionView.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/LinkMicro/View/FUSLinkMicItemView.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/FUSLiveFunctionView.m
View file @
5da5b6d9
...
@@ -1537,6 +1537,8 @@ BDAlphaPlayerMetalViewDelegate
...
@@ -1537,6 +1537,8 @@ BDAlphaPlayerMetalViewDelegate
*/
*/
-
(
void
)
fus_initVolumnView
-
(
void
)
fus_initVolumnView
{
{
// 移除自定义音量条和系统音量提示隐藏逻辑,恢复系统默认音量提示
/*
_volumnBGView = [[UIView alloc] initWithFrame:CGRectMake(0, UIView.fus_screenH - UIView.fus_SafeBottom - 1.5, UIView.fus_screenW, 1.5)];
_volumnBGView = [[UIView alloc] initWithFrame:CGRectMake(0, UIView.fus_screenH - UIView.fus_SafeBottom - 1.5, UIView.fus_screenW, 1.5)];
_volumnBGView.backgroundColor = [UIColor colorWithHex:@"C7C7CC" alpha:0.8];
_volumnBGView.backgroundColor = [UIColor colorWithHex:@"C7C7CC" alpha:0.8];
[self addSubview:_volumnBGView];
[self addSubview:_volumnBGView];
...
@@ -1549,7 +1551,7 @@ BDAlphaPlayerMetalViewDelegate
...
@@ -1549,7 +1551,7 @@ BDAlphaPlayerMetalViewDelegate
_volumnBGView.alpha = 0;
_volumnBGView.alpha = 0;
MPVolumeView *systemVolumnView = [[MPVolumeView alloc] initWithFrame:CGRectMake(0, -2000, 0, 0)];
MPVolumeView *systemVolumnView = [[MPVolumeView alloc] initWithFrame:CGRectMake(0, -2000, 0, 0)];
[self addSubview:systemVolumnView];
[self addSubview:systemVolumnView];
*/
}
}
-
(
void
)
fus_reloadRealtimeActivityWebView
{
-
(
void
)
fus_reloadRealtimeActivityWebView
{
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/LinkMicro/View/FUSLinkMicItemView.m
View file @
5da5b6d9
...
@@ -104,10 +104,12 @@
...
@@ -104,10 +104,12 @@
[
self
addSubview
:
_itemCollectionView
];
[
self
addSubview
:
_itemCollectionView
];
_normalImageDict
=
@{[
NSString
stringWithFormat
:
@"%ld"
,
FUSItemView
Open
Mic
]
:
@"live_link_mic_voice_close"
,
_normalImageDict
=
@{[
NSString
stringWithFormat
:
@"%ld"
,
FUSItemView
Close
Mic
]
:
@"live_link_mic_voice_close"
,
[
NSString
stringWithFormat
:
@"%ld"
,
FUSItemViewHomeMic
]
:
@"live_link_mic_voice_home"
,
[
NSString
stringWithFormat
:
@"%ld"
,
FUSItemViewHomeMic
]
:
@"live_link_mic_voice_home"
,
[
NSString
stringWithFormat
:
@"%ld"
,
FUSItemViewDeleteMic
]
:
@"live_link_mic_voice_delete"
,
[
NSString
stringWithFormat
:
@"%ld"
,
FUSItemViewDeleteMic
]
:
@"live_link_mic_voice_delete"
,
[
NSString
stringWithFormat
:
@"%ld"
,
FUSItemViewSendGift
]
:
@"live_gift_view_icon_hl"
};
[
NSString
stringWithFormat
:
@"%ld"
,
FUSItemViewSendGift
]
:
@"live_gift_view_icon_hl"
,
[
NSString
stringWithFormat
:
@"%ld"
,
FUSItemViewOpenMic
]
:
@"live_link_mic_voice_open"
,
};
// _hightlightedImageDict = @{[NSString stringWithFormat:@"%ld",FUSItemViewOpenMic]:@"live_link_mic_voice_close",
// _hightlightedImageDict = @{[NSString stringWithFormat:@"%ld",FUSItemViewOpenMic]:@"live_link_mic_voice_close",
// [NSString stringWithFormat:@"%ld",FUSItemViewHomeMic]:@"live_link_mic_voice_home",
// [NSString stringWithFormat:@"%ld",FUSItemViewHomeMic]:@"live_link_mic_voice_home",
...
...
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