mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-25 18:48:43 +00:00
fix: remove unused params
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user