mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: remove unused params
This commit is contained in:
@@ -115,7 +115,6 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
|
|||||||
replyLevel: '2',
|
replyLevel: '2',
|
||||||
showReplyRow: false,
|
showReplyRow: false,
|
||||||
replyType: widget.replyType,
|
replyType: widget.replyType,
|
||||||
replyReply: () {},
|
|
||||||
needDivider: false,
|
needDivider: false,
|
||||||
onReply: () {
|
onReply: () {
|
||||||
_onReply(widget.firstFloor);
|
_onReply(widget.firstFloor);
|
||||||
@@ -205,7 +204,6 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
|
|||||||
replyLevel: '2',
|
replyLevel: '2',
|
||||||
showReplyRow: false,
|
showReplyRow: false,
|
||||||
replyType: widget.replyType,
|
replyType: widget.replyType,
|
||||||
replyReply: () {},
|
|
||||||
needDivider: false,
|
needDivider: false,
|
||||||
onReply: () {
|
onReply: () {
|
||||||
_onReply(_videoReplyReplyController.root);
|
_onReply(_videoReplyReplyController.root);
|
||||||
|
|||||||
@@ -1360,9 +1360,9 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
|
|
||||||
return LayoutBuilder(
|
return LayoutBuilder(
|
||||||
builder: (BuildContext context, BoxConstraints constraints) {
|
builder: (BuildContext context, BoxConstraints constraints) {
|
||||||
if (!isShowing) {
|
// if (!isShowing) {
|
||||||
return ColoredBox(color: Theme.of(context).colorScheme.surface);
|
// return ColoredBox(color: Theme.of(context).colorScheme.surface);
|
||||||
}
|
// }
|
||||||
if (constraints.maxWidth > constraints.maxHeight * 1.25) {
|
if (constraints.maxWidth > constraints.maxHeight * 1.25) {
|
||||||
// hideStatusBar();
|
// hideStatusBar();
|
||||||
// videoDetailController.hiddenReplyReplyPanel();
|
// videoDetailController.hiddenReplyReplyPanel();
|
||||||
|
|||||||
Reference in New Issue
Block a user