Fix player panel height issue.

This commit is contained in:
stonega 2021-02-06 23:38:01 +08:00
parent b23fb3f38d
commit 9ae9a27206
1 changed files with 3 additions and 3 deletions

View File

@ -259,12 +259,12 @@ class _HomeState extends State<Home> with SingleTickerProviderStateMixin {
}),
],
),
Container(child: PlayerWidget(playerKey: _playerKey)),
],
),
Container(child: PlayerWidget(playerKey: _playerKey)),
],
),
),
),
),
);
}
}