Skip to content

Commit

Permalink
fix: 竖屏全屏异常
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jan 22, 2024
1 parent 3fc657b commit 2612126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/video/detail/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
body: ExtendedNestedScrollView(
controller: _extendNestCtr,
headerSliverBuilder:
(BuildContext context, bool innerBoxIsScrolled) {
(BuildContext context2, bool innerBoxIsScrolled) {
return <Widget>[
Obx(
() {
Expand Down

0 comments on commit 2612126

Please sign in to comment.