fix: remove unused params

This commit is contained in:
bggRGjQaUbCoE
2024-09-18 11:49:54 +08:00
parent 32f916c92b
commit 44159a59fb
2 changed files with 3 additions and 5 deletions

View File

@@ -1360,9 +1360,9 @@ class _VideoDetailPageState extends State<VideoDetailPage>
return LayoutBuilder(
builder: (BuildContext context, BoxConstraints constraints) {
if (!isShowing) {
return ColoredBox(color: Theme.of(context).colorScheme.surface);
}
// if (!isShowing) {
// return ColoredBox(color: Theme.of(context).colorScheme.surface);
// }
if (constraints.maxWidth > constraints.maxHeight * 1.25) {
// hideStatusBar();
// videoDetailController.hiddenReplyReplyPanel();