Skip to content

Commit

Permalink
移除TV端点击事件处理
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed May 31, 2024
1 parent c0c5f4c commit b862e95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion simple_live_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: simple_live_app
version: 1.5.5+10505
version: 1.5.6+10506
publish_to: none
description: "Simple Live APP"
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Widget buildControls(
Container(),
buildDanmuView(videoState, controller),
// 点击播放器打开设置
Positioned.fill(
child: GestureDetector(
onTap: () => showPlayerSettings(controller),
),
),
// Positioned.fill(
// child: GestureDetector(
// onTap: () => showPlayerSettings(controller),
// ),
// ),
Center(
child: // 中间
StreamBuilder(
Expand Down
2 changes: 1 addition & 1 deletion simple_live_tv_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: simple_live_tv_app
description: A new Flutter project.
publish_to: 'none'
version: 1.0.5+10005
version: 1.0.6+10006

environment:
sdk: '>=3.1.2 <4.0.0'
Expand Down

0 comments on commit b862e95

Please sign in to comment.